Shades of Pine Glade #B9C577
Tints of Pine Glade #B9C577
RGB
CMYK
RGB Variations
Color information
#B9C577 (or 0xB9C577) is known color: Pine Glade. HEX triplet: B9, C5 and 77. RGB value is (185,197,119). Sum of RGB (Red+Green+Blue) = 185+197+119=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C577 is #463A88. Grayscale: #B8B8B8. Windows color (decimal): -4602505 or 7849401. OLE color: 7849401.
HSL color Cylindrical-coordinate representation of color #B9C577: hue angle of 69.23º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9C577 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 119 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.23 |
| HSL | 69.23º | 0.4% | 0.62% | - |
| HSV(B) | 69.23º | 0.4% | 0.77% | - |
| XYZ | 43.3 | 51.58 | 25.13 | - |
| YUV | 184.52 | 91.02 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 119 | 0.06 | 0 | 0.40 | 0.23 | 69.23 | 0.4 | 0.62 |
| Hex | B9 | C5 | 77 | 6 | 0 | 28 | 17 | 45 | 28 | 3E |
| Octal | 271 | 305 | 167 | 6 | 0 | 50 | 27 | 105 | 50 | 76 |
| Binary | 10111001 | 11000101 | 1110111 | 110 | 0 | 101000 | 10111 | 1000101 | 101000 | 111110 |
Color Harmonies of #B9C577
Complementary color
Monochromatic Colors of #B9C577
Black with #B9C577
Text Example
Text Example
White with #B9C577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C577; }
p { color: rgb(185,197,119); }
H1.HeaderClassName
{
color: #B9C577;
}
.AnyTagClassName
{
color: #B9C577;
}
</style>
background-color css
<style>
a { background-color: #B9C577; }
a { background-color: rgb(185,197,119); }
div.DivClassName
{
background-color: #B9C577;
}
.BgClassName
{
background-color: #B9C577;
}
</style>
border-color css
<style>
span { border-color: #B9C577; }
span { border-color: rgb(185,197,119); }
td.TdClassName
{
border-color: #B9C577;
}
.TagClassName
{
border-color: #B9C577;
}
</style>