Shades of Pine Glade #BBC071
Tints of Pine Glade #BBC071
RGB
CMYK
RGB Variations
Color information
#BBC071 (or 0xBBC071) is known color: Pine Glade. HEX triplet: BB, C0 and 71. RGB value is (187,192,113). Sum of RGB (Red+Green+Blue) = 187+192+113=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC071 is #443F8E. Grayscale: #B5B5B5. Windows color (decimal): -4472719 or 7454907. OLE color: 7454907.
HSL color Cylindrical-coordinate representation of color #BBC071: hue angle of 63.8º degrees, saturation: 0.39, 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 #BBC071 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 113 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.25 |
| HSL | 63.8º | 0.39% | 0.6% | - |
| HSV(B) | 63.8º | 0.41% | 0.75% | - |
| XYZ | 42.32 | 49.46 | 22.94 | - |
| YUV | 181.5 | 89.34 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 113 | 0.03 | 0 | 0.41 | 0.25 | 63.8 | 0.39 | 0.6 |
| Hex | BB | C0 | 71 | 3 | 0 | 29 | 19 | 40 | 27 | 3C |
| Octal | 273 | 300 | 161 | 3 | 0 | 51 | 31 | 100 | 47 | 74 |
| Binary | 10111011 | 11000000 | 1110001 | 11 | 0 | 101001 | 11001 | 1000000 | 100111 | 111100 |
Color Harmonies of #BBC071
Complementary color
Monochromatic Colors of #BBC071
Black with #BBC071
Text Example
Text Example
White with #BBC071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC071; }
p { color: rgb(187,192,113); }
H1.HeaderClassName
{
color: #BBC071;
}
.AnyTagClassName
{
color: #BBC071;
}
</style>
background-color css
<style>
a { background-color: #BBC071; }
a { background-color: rgb(187,192,113); }
div.DivClassName
{
background-color: #BBC071;
}
.BgClassName
{
background-color: #BBC071;
}
</style>
border-color css
<style>
span { border-color: #BBC071; }
span { border-color: rgb(187,192,113); }
td.TdClassName
{
border-color: #BBC071;
}
.TagClassName
{
border-color: #BBC071;
}
</style>