Shades of Pine Glade #BBC873
Tints of Pine Glade #BBC873
RGB
CMYK
RGB Variations
Color information
#BBC873 (or 0xBBC873) is known color: Pine Glade. HEX triplet: BB, C8 and 73. RGB value is (187,200,115). Sum of RGB (Red+Green+Blue) = 187+200+115=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC873 is #44378C. Grayscale: #BABABA. Windows color (decimal): -4470669 or 7588027. OLE color: 7588027.
HSL color Cylindrical-coordinate representation of color #BBC873: hue angle of 69.18º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBC873 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 115 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.22 |
| HSL | 69.18º | 0.44% | 0.62% | - |
| HSV(B) | 69.18º | 0.43% | 0.78% | - |
| XYZ | 44.24 | 53.11 | 24.14 | - |
| YUV | 186.42 | 87.69 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 115 | 0.06 | 0 | 0.42 | 0.22 | 69.18 | 0.44 | 0.62 |
| Hex | BB | C8 | 73 | 6 | 0 | 2A | 16 | 45 | 2C | 3E |
| Octal | 273 | 310 | 163 | 6 | 0 | 52 | 26 | 105 | 54 | 76 |
| Binary | 10111011 | 11001000 | 1110011 | 110 | 0 | 101010 | 10110 | 1000101 | 101100 | 111110 |
Color Harmonies of #BBC873
Complementary color
Monochromatic Colors of #BBC873
Black with #BBC873
Text Example
Text Example
White with #BBC873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC873; }
p { color: rgb(187,200,115); }
H1.HeaderClassName
{
color: #BBC873;
}
.AnyTagClassName
{
color: #BBC873;
}
</style>
background-color css
<style>
a { background-color: #BBC873; }
a { background-color: rgb(187,200,115); }
div.DivClassName
{
background-color: #BBC873;
}
.BgClassName
{
background-color: #BBC873;
}
</style>
border-color css
<style>
span { border-color: #BBC873; }
span { border-color: rgb(187,200,115); }
td.TdClassName
{
border-color: #BBC873;
}
.TagClassName
{
border-color: #BBC873;
}
</style>