Shades of Pine Glade #BBC579
Tints of Pine Glade #BBC579
RGB
CMYK
RGB Variations
Color information
#BBC579 (or 0xBBC579) is known color: Pine Glade. HEX triplet: BB, C5 and 79. RGB value is (187,197,121). Sum of RGB (Red+Green+Blue) = 187+197+121=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC579 is #443A86. Grayscale: #B9B9B9. Windows color (decimal): -4471431 or 7980475. OLE color: 7980475.
HSL color Cylindrical-coordinate representation of color #BBC579: hue angle of 67.89º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBC579 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 121 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.23 |
| HSL | 67.89º | 0.4% | 0.62% | - |
| HSV(B) | 67.89º | 0.39% | 0.77% | - |
| XYZ | 43.91 | 51.88 | 25.79 | - |
| YUV | 185.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 121 | 0.05 | 0 | 0.39 | 0.23 | 67.89 | 0.4 | 0.62 |
| Hex | BB | C5 | 79 | 5 | 0 | 27 | 17 | 44 | 28 | 3E |
| Octal | 273 | 305 | 171 | 5 | 0 | 47 | 27 | 104 | 50 | 76 |
| Binary | 10111011 | 11000101 | 1111001 | 101 | 0 | 100111 | 10111 | 1000100 | 101000 | 111110 |
Color Harmonies of #BBC579
Complementary color
Monochromatic Colors of #BBC579
Black with #BBC579
Text Example
Text Example
White with #BBC579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC579; }
p { color: rgb(187,197,121); }
H1.HeaderClassName
{
color: #BBC579;
}
.AnyTagClassName
{
color: #BBC579;
}
</style>
background-color css
<style>
a { background-color: #BBC579; }
a { background-color: rgb(187,197,121); }
div.DivClassName
{
background-color: #BBC579;
}
.BgClassName
{
background-color: #BBC579;
}
</style>
border-color css
<style>
span { border-color: #BBC579; }
span { border-color: rgb(187,197,121); }
td.TdClassName
{
border-color: #BBC579;
}
.TagClassName
{
border-color: #BBC579;
}
</style>