Shades of Pine Glade #BBCC78
Tints of Pine Glade #BBCC78
RGB
CMYK
RGB Variations
Color information
#BBCC78 (or 0xBBCC78) is known color: Pine Glade. HEX triplet: BB, CC and 78. RGB value is (187,204,120). Sum of RGB (Red+Green+Blue) = 187+204+120=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC78 is #443387. Grayscale: #BDBDBD. Windows color (decimal): -4469640 or 7916731. OLE color: 7916731.
HSL color Cylindrical-coordinate representation of color #BBCC78: hue angle of 72.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBCC78 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 120 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.2 |
| HSL | 72.14º | 0.45% | 0.64% | - |
| HSV(B) | 72.14º | 0.41% | 0.8% | - |
| XYZ | 45.48 | 55.11 | 26.01 | - |
| YUV | 189.34 | 88.87 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 120 | 0.08 | 0 | 0.41 | 0.2 | 72.14 | 0.45 | 0.64 |
| Hex | BB | CC | 78 | 8 | 0 | 29 | 14 | 48 | 2D | 40 |
| Octal | 273 | 314 | 170 | 10 | 0 | 51 | 24 | 110 | 55 | 100 |
| Binary | 10111011 | 11001100 | 1111000 | 1000 | 0 | 101001 | 10100 | 1001000 | 101101 | 1000000 |
Color Harmonies of #BBCC78
Complementary color
Monochromatic Colors of #BBCC78
Black with #BBCC78
Text Example
Text Example
White with #BBCC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC78; }
p { color: rgb(187,204,120); }
H1.HeaderClassName
{
color: #BBCC78;
}
.AnyTagClassName
{
color: #BBCC78;
}
</style>
background-color css
<style>
a { background-color: #BBCC78; }
a { background-color: rgb(187,204,120); }
div.DivClassName
{
background-color: #BBCC78;
}
.BgClassName
{
background-color: #BBCC78;
}
</style>
border-color css
<style>
span { border-color: #BBCC78; }
span { border-color: rgb(187,204,120); }
td.TdClassName
{
border-color: #BBCC78;
}
.TagClassName
{
border-color: #BBCC78;
}
</style>