Shades of Pine Glade #B9C579
Tints of Pine Glade #B9C579
RGB
CMYK
RGB Variations
Color information
#B9C579 (or 0xB9C579) is known color: Pine Glade. HEX triplet: B9, C5 and 79. RGB value is (185,197,121). Sum of RGB (Red+Green+Blue) = 185+197+121=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C579 is #463A86. Grayscale: #B9B9B9. Windows color (decimal): -4602503 or 7980473. OLE color: 7980473.
HSL color Cylindrical-coordinate representation of color #B9C579: hue angle of 69.47º 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 #B9C579 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 121 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.23 |
| HSL | 69.47º | 0.4% | 0.62% | - |
| HSV(B) | 69.47º | 0.39% | 0.77% | - |
| XYZ | 43.43 | 51.63 | 25.77 | - |
| YUV | 184.75 | 92.02 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 121 | 0.06 | 0 | 0.39 | 0.23 | 69.47 | 0.4 | 0.62 |
| Hex | B9 | C5 | 79 | 6 | 0 | 27 | 17 | 45 | 28 | 3E |
| Octal | 271 | 305 | 171 | 6 | 0 | 47 | 27 | 105 | 50 | 76 |
| Binary | 10111001 | 11000101 | 1111001 | 110 | 0 | 100111 | 10111 | 1000101 | 101000 | 111110 |
Color Harmonies of #B9C579
Complementary color
Monochromatic Colors of #B9C579
Black with #B9C579
Text Example
Text Example
White with #B9C579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C579; }
p { color: rgb(185,197,121); }
H1.HeaderClassName
{
color: #B9C579;
}
.AnyTagClassName
{
color: #B9C579;
}
</style>
background-color css
<style>
a { background-color: #B9C579; }
a { background-color: rgb(185,197,121); }
div.DivClassName
{
background-color: #B9C579;
}
.BgClassName
{
background-color: #B9C579;
}
</style>
border-color css
<style>
span { border-color: #B9C579; }
span { border-color: rgb(185,197,121); }
td.TdClassName
{
border-color: #B9C579;
}
.TagClassName
{
border-color: #B9C579;
}
</style>