Shades of Pine Glade #BBC973
Tints of Pine Glade #BBC973
RGB
CMYK
RGB Variations
Color information
#BBC973 (or 0xBBC973) is known color: Pine Glade. HEX triplet: BB, C9 and 73. RGB value is (187,201,115). Sum of RGB (Red+Green+Blue) = 187+201+115=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC973 is #44368C. Grayscale: #BBBBBB. Windows color (decimal): -4470413 or 7588283. OLE color: 7588283.
HSL color Cylindrical-coordinate representation of color #BBC973: hue angle of 69.77º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBC973 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 115 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.21 |
| HSL | 69.77º | 0.44% | 0.62% | - |
| HSV(B) | 69.77º | 0.43% | 0.79% | - |
| XYZ | 44.47 | 53.58 | 24.22 | - |
| YUV | 187.01 | 87.36 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 115 | 0.07 | 0 | 0.43 | 0.21 | 69.77 | 0.44 | 0.62 |
| Hex | BB | C9 | 73 | 7 | 0 | 2B | 15 | 46 | 2C | 3E |
| Octal | 273 | 311 | 163 | 7 | 0 | 53 | 25 | 106 | 54 | 76 |
| Binary | 10111011 | 11001001 | 1110011 | 111 | 0 | 101011 | 10101 | 1000110 | 101100 | 111110 |
Color Harmonies of #BBC973
Complementary color
Monochromatic Colors of #BBC973
Black with #BBC973
Text Example
Text Example
White with #BBC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC973; }
p { color: rgb(187,201,115); }
H1.HeaderClassName
{
color: #BBC973;
}
.AnyTagClassName
{
color: #BBC973;
}
</style>
background-color css
<style>
a { background-color: #BBC973; }
a { background-color: rgb(187,201,115); }
div.DivClassName
{
background-color: #BBC973;
}
.BgClassName
{
background-color: #BBC973;
}
</style>
border-color css
<style>
span { border-color: #BBC973; }
span { border-color: rgb(187,201,115); }
td.TdClassName
{
border-color: #BBC973;
}
.TagClassName
{
border-color: #BBC973;
}
</style>