Shades of Pine Glade #BBCB76
Tints of Pine Glade #BBCB76
RGB
CMYK
RGB Variations
Color information
#BBCB76 (or 0xBBCB76) is known color: Pine Glade. HEX triplet: BB, CB and 76. RGB value is (187,203,118). Sum of RGB (Red+Green+Blue) = 187+203+118=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB76 is #443489. Grayscale: #BCBCBC. Windows color (decimal): -4469898 or 7785403. OLE color: 7785403.
HSL color Cylindrical-coordinate representation of color #BBCB76: hue angle of 71.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBCB76 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 118 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.20 |
| HSL | 71.29º | 0.45% | 0.63% | - |
| HSV(B) | 71.29º | 0.42% | 0.8% | - |
| XYZ | 45.12 | 54.58 | 25.3 | - |
| YUV | 188.53 | 88.2 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 118 | 0.08 | 0 | 0.42 | 0.20 | 71.29 | 0.45 | 0.63 |
| Hex | BB | CB | 76 | 8 | 0 | 2A | 14 | 47 | 2D | 3F |
| Octal | 273 | 313 | 166 | 10 | 0 | 52 | 24 | 107 | 55 | 77 |
| Binary | 10111011 | 11001011 | 1110110 | 1000 | 0 | 101010 | 10100 | 1000111 | 101101 | 111111 |
Color Harmonies of #BBCB76
Complementary color
Monochromatic Colors of #BBCB76
Black with #BBCB76
Text Example
Text Example
White with #BBCB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB76; }
p { color: rgb(187,203,118); }
H1.HeaderClassName
{
color: #BBCB76;
}
.AnyTagClassName
{
color: #BBCB76;
}
</style>
background-color css
<style>
a { background-color: #BBCB76; }
a { background-color: rgb(187,203,118); }
div.DivClassName
{
background-color: #BBCB76;
}
.BgClassName
{
background-color: #BBCB76;
}
</style>
border-color css
<style>
span { border-color: #BBCB76; }
span { border-color: rgb(187,203,118); }
td.TdClassName
{
border-color: #BBCB76;
}
.TagClassName
{
border-color: #BBCB76;
}
</style>