COLOR #BEC130

HEX: #BEC130 RGB: (190,193,48)

Renk bilgisi

#BEC130 contains mainly red and green colors. #BEC130 ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#BEC130 color RGB value is (190,193,48).

RGB: (190,193,48) (75%, 76%, 19%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 193 of 255 = 76%
B 48 of 255 = 19%

190
193
48

R + G + B ~ 57%. #BEC130 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B = 190 + 193 + 48 = 431 (100%)
R 190 of 431 ~ 44.08%
G 193 of 431 ~ 44.78%
B 48 of 431 ~ 11.14'%

%44.08
%44.78
%11.14

CMYK RENK MODELİ

#BEC130 rengi CMYK tonu (2,0,75,24).

  • camgöbeği tonu 1.55%
  • eflatun tonu 0.00%
  • sarı tonu 75.13%
  • ana renk tonu 24.31%

CMYK: (2,0,75,24)
C2M0Y75K24 (2%, 0%, 75%, 24%)
(0.02 / 0.00 / 0.75 / 0.24)

CMYK yüzdeleri

%1.55
%0
%75.13
%24.31

Codes

Color #BEC130 in popluar color models

BE C1 30
RGB 190 193 48
HSL 61° 60.17% 47.25%
HSB/HSV 61° 75.13% 75.69%
CMYK 1.55% 0.00% 75.13%
24.31%

Color #BEC130 in popluar number systems.

HEX BE C1 30
Decimal 190 193 48
Binary 10111110 11000001 110000
Octal 276 301 60

Shades and tints

Shades of #BEC130

#BEC130
(190,193,48)
#ADB02C
(173,176,44)
#9C9F28
(156,159,40)
#8B8E24
(139,142,36)
#7A7D20
(122,125,32)
#696C1C
(105,108,28)
#585B18
(88,91,24)
#474A14
(71,74,20)
#363910
(54,57,16)
#25280C
(37,40,12)
#141708
(20,23,8)
#000000
(0,0,0)

Tints of #BEC130

#BEC130
(190,193,48)
#C3C642
(195,198,66)
#C8CB54
(200,203,84)
#CDD066
(205,208,102)
#D2D578
(210,213,120)
#D7DA8A
(215,218,138)
#DCDF9C
(220,223,156)
#E1E4AE
(225,228,174)
#E6E9C0
(230,233,192)
#EBEED2
(235,238,210)
#F0F3E4
(240,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC130 color. Also use rgb(190,193,48) instead hex code.

Text Font Color

.myTextColor { color: #BEC130; }

<p style="color:#BEC130">This sample text font color is #BEC130.</p>

This text font color is #BEC130.

Background Color

.myBgColor { background-color: #BEC130; }

<div style="background-color:#BEC130">Inner text</div>

This div background color is #BEC130.

Border color

.myBorderColor { border: 1px solid #BEC130; }

<div style="border:3px solid #BEC130">Div</div>

This div border color is #BEC130.

Opacity

.myOpacity80 { color: #BEC130; opacity: 0.8; }

<p style="color:#BEC130;opacity:0.8;">80%</p>

Text with #BEC130 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BEC130;}

<p style="text-shadow: 3px 3px 1px #BEC130">Text here.</p>

This text has shadow with #BEC130 color.


.textShadow {text-shadow: 3px 3px 1px #BEC130', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BEC130, 5px 5px 20px red">Text here.</p>

This text has shadow with #BEC130 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEC130, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BEC130, Direction=45, Strength=4)">Text</p>

This text has shadow with #BEC130 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEC130;
-webkit-box-shadow: 1px 1px 3px 2px #BEC130;
box-shadow: 1px 1px 3px 2px #BEC130;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEC130; -webkit-box-shadow: 1px 1px 3px 2px #BEC130; box-shadow:1px 1px 3px 2px #BEC130;">
Div content here
</div>

This div box has shadow with color #BEC130.

Preview

Color preview on black background

This text has color #BEC130 on black background.


Color preview on white background

This text has color #BEC130 on white background.


Black color preview on #BEC130 background

This text has black color on #BEC130 background.


White color preview on #BEC130 background

This text has white color on #BEC130 background.


Related colors

Complementary color

Complementary color for #hex is #413ECF.


I love getcolorcode.com

Triadic colors

1 #30BEC1 and #C130BE with #BEC130 are triadic colors.

2 #30C1BE and #C1BE30 with #BEC130 are triadic colors.