Shades of Pine Glade #BBC072
Tints of Pine Glade #BBC072
RGB
CMYK
RGB Variations
Color information
#BBC072 (or 0xBBC072) is known color: Pine Glade. HEX triplet: BB, C0 and 72. RGB value is (187,192,114). Sum of RGB (Red+Green+Blue) = 187+192+114=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC072 is #443F8D. Grayscale: #B5B5B5. Windows color (decimal): -4472718 or 7520443. OLE color: 7520443.
HSL color Cylindrical-coordinate representation of color #BBC072: hue angle of 63.85º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBC072 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 114 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.25 |
| HSL | 63.85º | 0.38% | 0.6% | - |
| HSV(B) | 63.85º | 0.41% | 0.75% | - |
| XYZ | 42.38 | 49.48 | 23.24 | - |
| YUV | 181.61 | 89.84 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 114 | 0.03 | 0 | 0.41 | 0.25 | 63.85 | 0.38 | 0.6 |
| Hex | BB | C0 | 72 | 3 | 0 | 29 | 19 | 40 | 26 | 3C |
| Octal | 273 | 300 | 162 | 3 | 0 | 51 | 31 | 100 | 46 | 74 |
| Binary | 10111011 | 11000000 | 1110010 | 11 | 0 | 101001 | 11001 | 1000000 | 100110 | 111100 |
Color Harmonies of #BBC072
Complementary color
Monochromatic Colors of #BBC072
Black with #BBC072
Text Example
Text Example
White with #BBC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC072; }
p { color: rgb(187,192,114); }
H1.HeaderClassName
{
color: #BBC072;
}
.AnyTagClassName
{
color: #BBC072;
}
</style>
background-color css
<style>
a { background-color: #BBC072; }
a { background-color: rgb(187,192,114); }
div.DivClassName
{
background-color: #BBC072;
}
.BgClassName
{
background-color: #BBC072;
}
</style>
border-color css
<style>
span { border-color: #BBC072; }
span { border-color: rgb(187,192,114); }
td.TdClassName
{
border-color: #BBC072;
}
.TagClassName
{
border-color: #BBC072;
}
</style>