Shades of Pine Glade #BBC07A
Tints of Pine Glade #BBC07A
RGB
CMYK
RGB Variations
Color information
#BBC07A (or 0xBBC07A) is known color: Pine Glade. HEX triplet: BB, C0 and 7A. RGB value is (187,192,122). Sum of RGB (Red+Green+Blue) = 187+192+122=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC07A is #443F85. Grayscale: #B6B6B6. Windows color (decimal): -4472710 or 8044731. OLE color: 8044731.
HSL color Cylindrical-coordinate representation of color #BBC07A: hue angle of 64.29º degrees, saturation: 0.36, 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 #BBC07A is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 122 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.25 |
| HSL | 64.29º | 0.36% | 0.62% | - |
| HSV(B) | 64.29º | 0.36% | 0.75% | - |
| XYZ | 42.86 | 49.67 | 25.74 | - |
| YUV | 182.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 122 | 0.03 | 0 | 0.36 | 0.25 | 64.29 | 0.36 | 0.62 |
| Hex | BB | C0 | 7A | 3 | 0 | 24 | 19 | 40 | 24 | 3E |
| Octal | 273 | 300 | 172 | 3 | 0 | 44 | 31 | 100 | 44 | 76 |
| Binary | 10111011 | 11000000 | 1111010 | 11 | 0 | 100100 | 11001 | 1000000 | 100100 | 111110 |
Color Harmonies of #BBC07A
Complementary color
Monochromatic Colors of #BBC07A
Black with #BBC07A
Text Example
Text Example
White with #BBC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC07A; }
p { color: rgb(187,192,122); }
H1.HeaderClassName
{
color: #BBC07A;
}
.AnyTagClassName
{
color: #BBC07A;
}
</style>
background-color css
<style>
a { background-color: #BBC07A; }
a { background-color: rgb(187,192,122); }
div.DivClassName
{
background-color: #BBC07A;
}
.BgClassName
{
background-color: #BBC07A;
}
</style>
border-color css
<style>
span { border-color: #BBC07A; }
span { border-color: rgb(187,192,122); }
td.TdClassName
{
border-color: #BBC07A;
}
.TagClassName
{
border-color: #BBC07A;
}
</style>