Shades of Pine Glade #BBC07B
Tints of Pine Glade #BBC07B
RGB
CMYK
RGB Variations
Color information
#BBC07B (or 0xBBC07B) is known color: Pine Glade. HEX triplet: BB, C0 and 7B. RGB value is (187,192,123). Sum of RGB (Red+Green+Blue) = 187+192+123=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC07B is #443F84. Grayscale: #B6B6B6. Windows color (decimal): -4472709 or 8110267. OLE color: 8110267.
HSL color Cylindrical-coordinate representation of color #BBC07B: hue angle of 64.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBC07B is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 123 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.25 |
| HSL | 64.35º | 0.35% | 0.62% | - |
| HSV(B) | 64.35º | 0.36% | 0.75% | - |
| XYZ | 42.92 | 49.69 | 26.07 | - |
| YUV | 182.64 | 94.34 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 123 | 0.03 | 0 | 0.36 | 0.25 | 64.35 | 0.35 | 0.62 |
| Hex | BB | C0 | 7B | 3 | 0 | 24 | 19 | 40 | 23 | 3E |
| Octal | 273 | 300 | 173 | 3 | 0 | 44 | 31 | 100 | 43 | 76 |
| Binary | 10111011 | 11000000 | 1111011 | 11 | 0 | 100100 | 11001 | 1000000 | 100011 | 111110 |
Color Harmonies of #BBC07B
Complementary color
Monochromatic Colors of #BBC07B
Black with #BBC07B
Text Example
Text Example
White with #BBC07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC07B; }
p { color: rgb(187,192,123); }
H1.HeaderClassName
{
color: #BBC07B;
}
.AnyTagClassName
{
color: #BBC07B;
}
</style>
background-color css
<style>
a { background-color: #BBC07B; }
a { background-color: rgb(187,192,123); }
div.DivClassName
{
background-color: #BBC07B;
}
.BgClassName
{
background-color: #BBC07B;
}
</style>
border-color css
<style>
span { border-color: #BBC07B; }
span { border-color: rgb(187,192,123); }
td.TdClassName
{
border-color: #BBC07B;
}
.TagClassName
{
border-color: #BBC07B;
}
</style>