COLOR #B7CB21

HEX: #B7CB21 RGB: (183,203,33)

Color info

#B7CB21 contains mainly red and green colors. Web safe color of #B7CB21 is #CCCC33 (or #CC3).

RGB color model

#B7CB21 color RGB value is (183,203,33).

RGB: (183,203,33) (72%, 80%, 13%)

RGB channels and saturation

R 183 of 255 = 72%
G 203 of 255 = 80%
B 33 of 255 = 13%

183
203
33

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

Portions of RGB colors in percentages

R + G + B = 183 + 203 + 33 = 419 (100%)
R 183 of 419 ~ 43.68%
G 203 of 419 ~ 48.45%
B 33 of 419 ~ 7.88'%

%43.68
%48.45

CMYK color model

#B7CB21 color CMYK value is (10,0,84,20).

  • cyan value is 9.85%
  • magenta value is 0.00%
  • yellow value is 83.74%
  • key color value is 20.39%
CMYK: (10,0,84,20) C10M0Y84K20 (10%,0%,84%,20%) (0.10/0.00/0.84/0.20) 

CMYK percentages

%9.85
%0
%83.74
%20.39

Codes

Color #B7CB21 in popluar color models

B7 CB 21
RGB 183 203 33
HSL 67° 72.03% 46.27%
HSB/HSV 67° 83.74% 79.61%
CMYK 9.85% 0.00% 83.74%
20.39%

Color #B7CB21 in popluar number systems.

HEX B7 CB 21
Decimal 183 203 33
Binary 10110111 11001011 100001
Octal 267 313 41

Shades and tints

Shades of #B7CB21

#B7CB21
(183,203,33)
#A7B91E
(167,185,30)
#97A71B
(151,167,27)
#879518
(135,149,24)
#778315
(119,131,21)
#677112
(103,113,18)
#575F0F
(87,95,15)
#474D0C
(71,77,12)
#373B09
(55,59,9)
#272906
(39,41,6)
#171703
(23,23,3)
#000000
(0,0,0)

Tints of #B7CB21

#B7CB21
(183,203,33)
#BDCF35
(189,207,53)
#C3D349
(195,211,73)
#C9D75D
(201,215,93)
#CFDB71
(207,219,113)
#D5DF85
(213,223,133)
#DBE399
(219,227,153)
#E1E7AD
(225,231,173)
#E7EBC1
(231,235,193)
#EDEFD5
(237,239,213)
#F3F3E9
(243,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CB21 color. Also use rgb(183,203,33) instead hex code.

Text Font Color

.myTextColor { color: #B7CB21; }

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

This text font color is #B7CB21.

Background Color

.myBgColor { background-color: #B7CB21; }

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

This div background color is #B7CB21.

Border color

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

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

This div border color is #B7CB21.

Opacity

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

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

Text with #B7CB21 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 #B7CB21;}

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

This text has shadow with #B7CB21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7CB21.

Preview

Color preview on black background

This text has color #B7CB21 on black background.


Color preview on white background

This text has color #B7CB21 on white background.


Black color preview on #B7CB21 background

This text has black color on #B7CB21 background.


White color preview on #B7CB21 background

This text has white color on #B7CB21 background.


Related colors

Complementary color

Complementary color for #hex is #4834DE.


I love getcolorcode.com

Triadic colors

1 #21B7CB and #CB21B7 with #B7CB21 are triadic colors.

2 #21CBB7 and #CBB721 with #B7CB21 are triadic colors.