Shades of Pine Glade #BBC875
Tints of Pine Glade #BBC875
RGB
CMYK
RGB Variations
Color information
#BBC875 (or 0xBBC875) is known color: Pine Glade. HEX triplet: BB, C8 and 75. RGB value is (187,200,117). Sum of RGB (Red+Green+Blue) = 187+200+117=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC875 is #44378A. Grayscale: #BABABA. Windows color (decimal): -4470667 or 7719099. OLE color: 7719099.
HSL color Cylindrical-coordinate representation of color #BBC875: hue angle of 69.4º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBC875 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 117 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.22 |
| HSL | 69.4º | 0.43% | 0.62% | - |
| HSV(B) | 69.4º | 0.42% | 0.78% | - |
| XYZ | 44.36 | 53.16 | 24.75 | - |
| YUV | 186.65 | 88.69 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 117 | 0.06 | 0 | 0.42 | 0.22 | 69.4 | 0.43 | 0.62 |
| Hex | BB | C8 | 75 | 6 | 0 | 2A | 16 | 45 | 2B | 3E |
| Octal | 273 | 310 | 165 | 6 | 0 | 52 | 26 | 105 | 53 | 76 |
| Binary | 10111011 | 11001000 | 1110101 | 110 | 0 | 101010 | 10110 | 1000101 | 101011 | 111110 |
Color Harmonies of #BBC875
Complementary color
Monochromatic Colors of #BBC875
Black with #BBC875
Text Example
Text Example
White with #BBC875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC875; }
p { color: rgb(187,200,117); }
H1.HeaderClassName
{
color: #BBC875;
}
.AnyTagClassName
{
color: #BBC875;
}
</style>
background-color css
<style>
a { background-color: #BBC875; }
a { background-color: rgb(187,200,117); }
div.DivClassName
{
background-color: #BBC875;
}
.BgClassName
{
background-color: #BBC875;
}
</style>
border-color css
<style>
span { border-color: #BBC875; }
span { border-color: rgb(187,200,117); }
td.TdClassName
{
border-color: #BBC875;
}
.TagClassName
{
border-color: #BBC875;
}
</style>