Shades of Pine Glade #B9C777
Tints of Pine Glade #B9C777
RGB
CMYK
RGB Variations
Color information
#B9C777 (or 0xB9C777) is known color: Pine Glade. HEX triplet: B9, C7 and 77. RGB value is (185,199,119). Sum of RGB (Red+Green+Blue) = 185+199+119=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C777 is #463888. Grayscale: #BABABA. Windows color (decimal): -4601993 or 7849913. OLE color: 7849913.
HSL color Cylindrical-coordinate representation of color #B9C777: hue angle of 70.5º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9C777 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 199 | 119 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.22 |
| HSL | 70.5º | 0.42% | 0.62% | - |
| HSV(B) | 70.5º | 0.4% | 0.78% | - |
| XYZ | 43.76 | 52.49 | 25.28 | - |
| YUV | 185.69 | 90.36 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 199 | 119 | 0.07 | 0 | 0.40 | 0.22 | 70.5 | 0.42 | 0.62 |
| Hex | B9 | C7 | 77 | 7 | 0 | 28 | 16 | 46 | 2A | 3E |
| Octal | 271 | 307 | 167 | 7 | 0 | 50 | 26 | 106 | 52 | 76 |
| Binary | 10111001 | 11000111 | 1110111 | 111 | 0 | 101000 | 10110 | 1000110 | 101010 | 111110 |
Color Harmonies of #B9C777
Complementary color
Monochromatic Colors of #B9C777
Black with #B9C777
Text Example
Text Example
White with #B9C777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C777; }
p { color: rgb(185,199,119); }
H1.HeaderClassName
{
color: #B9C777;
}
.AnyTagClassName
{
color: #B9C777;
}
</style>
background-color css
<style>
a { background-color: #B9C777; }
a { background-color: rgb(185,199,119); }
div.DivClassName
{
background-color: #B9C777;
}
.BgClassName
{
background-color: #B9C777;
}
</style>
border-color css
<style>
span { border-color: #B9C777; }
span { border-color: rgb(185,199,119); }
td.TdClassName
{
border-color: #B9C777;
}
.TagClassName
{
border-color: #B9C777;
}
</style>