Shades of Pine Glade #BBC979
Tints of Pine Glade #BBC979
RGB
CMYK
RGB Variations
Color information
#BBC979 (or 0xBBC979) is known color: Pine Glade. HEX triplet: BB, C9 and 79. RGB value is (187,201,121). Sum of RGB (Red+Green+Blue) = 187+201+121=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC979 is #443686. Grayscale: #BCBCBC. Windows color (decimal): -4470407 or 7981499. OLE color: 7981499.
HSL color Cylindrical-coordinate representation of color #BBC979: hue angle of 70.5º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBC979 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 121 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.21 |
| HSL | 70.5º | 0.43% | 0.63% | - |
| HSV(B) | 70.5º | 0.4% | 0.79% | - |
| XYZ | 44.83 | 53.72 | 26.1 | - |
| YUV | 187.69 | 90.36 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 121 | 0.07 | 0 | 0.40 | 0.21 | 70.5 | 0.43 | 0.63 |
| Hex | BB | C9 | 79 | 7 | 0 | 28 | 15 | 46 | 2B | 3F |
| Octal | 273 | 311 | 171 | 7 | 0 | 50 | 25 | 106 | 53 | 77 |
| Binary | 10111011 | 11001001 | 1111001 | 111 | 0 | 101000 | 10101 | 1000110 | 101011 | 111111 |
Color Harmonies of #BBC979
Complementary color
Monochromatic Colors of #BBC979
Black with #BBC979
Text Example
Text Example
White with #BBC979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC979; }
p { color: rgb(187,201,121); }
H1.HeaderClassName
{
color: #BBC979;
}
.AnyTagClassName
{
color: #BBC979;
}
</style>
background-color css
<style>
a { background-color: #BBC979; }
a { background-color: rgb(187,201,121); }
div.DivClassName
{
background-color: #BBC979;
}
.BgClassName
{
background-color: #BBC979;
}
</style>
border-color css
<style>
span { border-color: #BBC979; }
span { border-color: rgb(187,201,121); }
td.TdClassName
{
border-color: #BBC979;
}
.TagClassName
{
border-color: #BBC979;
}
</style>