COLOR #BBD962

HEX: #BBD962 RGB: (187,217,98)

Color info

#BBD962 contains mainly red and green colors. Web safe color of #BBD962 is #CCCC66 (or #CC6).

RGB color model

#BBD962 color RGB value is (187,217,98).

RGB: (187,217,98) (73%, 85%, 38%)

RGB channels and saturation

R 187 of 255 = 73%
G 217 of 255 = 85%
B 98 of 255 = 38%

187
217
98

R + G + B ~ 65%. #BBD962 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 217 + 98 = 502 (100%)
R 187 of 502 ~ 37.25%
G 217 of 502 ~ 43.23%
B 98 of 502 ~ 19.52'%

%37.25
%43.23
%19.52

CMYK color model

#BBD962 color CMYK value is (14,0,55,15).

  • cyan value is 13.82%
  • magenta value is 0.00%
  • yellow value is 54.84%
  • key color value is 14.90%

CMYK: (14,0,55,15)
C14M0Y55K15 (14%, 0%, 55%, 15%)
(0.14 / 0.00 / 0.55 / 0.15)

CMYK percentages

%13.82
%0
%54.84
%14.9

Codes

Color #BBD962 in popluar color models

BB D9 62
RGB 187 217 98
HSL 75° 61.03% 61.76%
HSB/HSV 75° 54.84% 85.10%
CMYK 13.82% 0.00% 54.84%
14.90%

Color #BBD962 in popluar number systems.

HEX BB D9 62
Decimal 187 217 98
Binary 10111011 11011001 1100010
Octal 273 331 142

Shades and tints

Shades of #BBD962

#BBD962
(187,217,98)
#AAC65A
(170,198,90)
#99B352
(153,179,82)
#88A04A
(136,160,74)
#778D42
(119,141,66)
#667A3A
(102,122,58)
#556732
(85,103,50)
#44542A
(68,84,42)
#334122
(51,65,34)
#222E1A
(34,46,26)
#111B12
(17,27,18)
#000000
(0,0,0)

Tints of #BBD962

#BBD962
(187,217,98)
#C1DC70
(193,220,112)
#C7DF7E
(199,223,126)
#CDE28C
(205,226,140)
#D3E59A
(211,229,154)
#D9E8A8
(217,232,168)
#DFEBB6
(223,235,182)
#E5EEC4
(229,238,196)
#EBF1D2
(235,241,210)
#F1F4E0
(241,244,224)
#F7F7EE
(247,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD962 color. Also use rgb(187,217,98) instead hex code.

Text Font Color

.myTextColor { color: #BBD962; }

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

This text font color is #BBD962.

Background Color

.myBgColor { background-color: #BBD962; }

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

This div background color is #BBD962.

Border color

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

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

This div border color is #BBD962.

Opacity

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

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

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

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

This text has shadow with #BBD962 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD962.

Preview

Color preview on black background

This text has color #BBD962 on black background.


Color preview on white background

This text has color #BBD962 on white background.


Black color preview on #BBD962 background

This text has black color on #BBD962 background.


White color preview on #BBD962 background

This text has white color on #BBD962 background.


Related colors

Complementary color

Complementary color for #hex is #44269D.


I love getcolorcode.com

Triadic colors

1 #62BBD9 and #D962BB with #BBD962 are triadic colors.

2 #62D9BB and #D9BB62 with #BBD962 are triadic colors.