Shades of Pine Glade #BBCC76
Tints of Pine Glade #BBCC76
RGB
CMYK
RGB Variations
Color information
#BBCC76 (or 0xBBCC76) is known color: Pine Glade. HEX triplet: BB, CC and 76. RGB value is (187,204,118). Sum of RGB (Red+Green+Blue) = 187+204+118=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC76 is #443389. Grayscale: #BDBDBD. Windows color (decimal): -4469642 or 7785659. OLE color: 7785659.
HSL color Cylindrical-coordinate representation of color #BBCC76: hue angle of 71.86º degrees, saturation: 0.46, 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 #BBCC76 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 118 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.2 |
| HSL | 71.86º | 0.46% | 0.63% | - |
| HSV(B) | 71.86º | 0.42% | 0.8% | - |
| XYZ | 45.36 | 55.06 | 25.38 | - |
| YUV | 189.11 | 87.87 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 118 | 0.08 | 0 | 0.42 | 0.2 | 71.86 | 0.46 | 0.63 |
| Hex | BB | CC | 76 | 8 | 0 | 2A | 14 | 48 | 2E | 3F |
| Octal | 273 | 314 | 166 | 10 | 0 | 52 | 24 | 110 | 56 | 77 |
| Binary | 10111011 | 11001100 | 1110110 | 1000 | 0 | 101010 | 10100 | 1001000 | 101110 | 111111 |
Color Harmonies of #BBCC76
Complementary color
Monochromatic Colors of #BBCC76
Black with #BBCC76
Text Example
Text Example
White with #BBCC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC76; }
p { color: rgb(187,204,118); }
H1.HeaderClassName
{
color: #BBCC76;
}
.AnyTagClassName
{
color: #BBCC76;
}
</style>
background-color css
<style>
a { background-color: #BBCC76; }
a { background-color: rgb(187,204,118); }
div.DivClassName
{
background-color: #BBCC76;
}
.BgClassName
{
background-color: #BBCC76;
}
</style>
border-color css
<style>
span { border-color: #BBCC76; }
span { border-color: rgb(187,204,118); }
td.TdClassName
{
border-color: #BBCC76;
}
.TagClassName
{
border-color: #BBCC76;
}
</style>