Shades of Pine Glade #BBC97A
Tints of Pine Glade #BBC97A
RGB
CMYK
RGB Variations
Color information
#BBC97A (or 0xBBC97A) is known color: Pine Glade. HEX triplet: BB, C9 and 7A. RGB value is (187,201,122). Sum of RGB (Red+Green+Blue) = 187+201+122=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC97A is #443685. Grayscale: #BCBCBC. Windows color (decimal): -4470406 or 8047035. OLE color: 8047035.
HSL color Cylindrical-coordinate representation of color #BBC97A: hue angle of 70.63º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBC97A is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 122 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.21 |
| HSL | 70.63º | 0.42% | 0.63% | - |
| HSV(B) | 70.63º | 0.39% | 0.79% | - |
| XYZ | 44.89 | 53.74 | 26.42 | - |
| YUV | 187.81 | 90.86 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 122 | 0.07 | 0 | 0.39 | 0.21 | 70.63 | 0.42 | 0.63 |
| Hex | BB | C9 | 7A | 7 | 0 | 27 | 15 | 47 | 2A | 3F |
| Octal | 273 | 311 | 172 | 7 | 0 | 47 | 25 | 107 | 52 | 77 |
| Binary | 10111011 | 11001001 | 1111010 | 111 | 0 | 100111 | 10101 | 1000111 | 101010 | 111111 |
Color Harmonies of #BBC97A
Complementary color
Monochromatic Colors of #BBC97A
Black with #BBC97A
Text Example
Text Example
White with #BBC97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC97A; }
p { color: rgb(187,201,122); }
H1.HeaderClassName
{
color: #BBC97A;
}
.AnyTagClassName
{
color: #BBC97A;
}
</style>
background-color css
<style>
a { background-color: #BBC97A; }
a { background-color: rgb(187,201,122); }
div.DivClassName
{
background-color: #BBC97A;
}
.BgClassName
{
background-color: #BBC97A;
}
</style>
border-color css
<style>
span { border-color: #BBC97A; }
span { border-color: rgb(187,201,122); }
td.TdClassName
{
border-color: #BBC97A;
}
.TagClassName
{
border-color: #BBC97A;
}
</style>