COLOR #BBD17A

HEX: #BBD17A RGB: (187,209,122)

Color info

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

RGB color model

#BBD17A color RGB value is (187,209,122).

RGB: (187,209,122) (73%, 82%, 48%)

RGB channels and saturation

R 187 of 255 = 73%
G 209 of 255 = 82%
B 122 of 255 = 48%

187
209
122

R + G + B ~ 68%. #BBD17A is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 209 + 122 = 518 (100%)
R 187 of 518 ~ 36.1%
G 209 of 518 ~ 40.35%
B 122 of 518 ~ 23.55'%

%36.1
%40.35
%23.55

CMYK color model

#BBD17A color CMYK value is (11,0,42,18).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 41.63%
  • key color value is 18.04%
CMYK: (11,0,42,18) C11M0Y42K18 (11%,0%,42%,18%) (0.11/0.00/0.42/0.18) 

CMYK percentages

%10.53
%0
%41.63
%18.04

Codes

Color #BBD17A in popluar color models

BB D1 7A
RGB 187 209 122
HSL 75° 48.60% 64.90%
HSB/HSV 75° 41.63% 81.96%
CMYK 10.53% 0.00% 41.63%
18.04%

Color #BBD17A in popluar number systems.

HEX BB D1 7A
Decimal 187 209 122
Binary 10111011 11010001 1111010
Octal 273 321 172

Shades and tints

Shades of #BBD17A

#BBD17A
(187,209,122)
#AABE6F
(170,190,111)
#99AB64
(153,171,100)
#889859
(136,152,89)
#77854E
(119,133,78)
#667243
(102,114,67)
#555F38
(85,95,56)
#444C2D
(68,76,45)
#333922
(51,57,34)
#222617
(34,38,23)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #BBD17A

#BBD17A
(187,209,122)
#C1D586
(193,213,134)
#C7D992
(199,217,146)
#CDDD9E
(205,221,158)
#D3E1AA
(211,225,170)
#D9E5B6
(217,229,182)
#DFE9C2
(223,233,194)
#E5EDCE
(229,237,206)
#EBF1DA
(235,241,218)
#F1F5E6
(241,245,230)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD17A color. Also use rgb(187,209,122) instead hex code.

Text Font Color

.myTextColor { color: #BBD17A; }

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

This text font color is #BBD17A.

Background Color

.myBgColor { background-color: #BBD17A; }

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

This div background color is #BBD17A.

Border color

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

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

This div border color is #BBD17A.

Opacity

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

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

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

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

This text has shadow with #BBD17A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD17A.

Preview

Color preview on black background

This text has color #BBD17A on black background.


Color preview on white background

This text has color #BBD17A on white background.


Black color preview on #BBD17A background

This text has black color on #BBD17A background.


White color preview on #BBD17A background

This text has white color on #BBD17A background.


Related colors

Complementary color

Complementary color for #hex is #442E85.


I love getcolorcode.com

Triadic colors

1 #7ABBD1 and #D17ABB with #BBD17A are triadic colors.

2 #7AD1BB and #D1BB7A with #BBD17A are triadic colors.