Shades of Pine Glade #B9C570
Tints of Pine Glade #B9C570
RGB
CMYK
RGB Variations
Color information
#B9C570 (or 0xB9C570) is known color: Pine Glade. HEX triplet: B9, C5 and 70. RGB value is (185,197,112). Sum of RGB (Red+Green+Blue) = 185+197+112=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C570 is #463A8F. Grayscale: #B8B8B8. Windows color (decimal): -4602512 or 7390649. OLE color: 7390649.
HSL color Cylindrical-coordinate representation of color #B9C570: hue angle of 68.47º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9C570 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 112 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.23 |
| HSL | 68.47º | 0.42% | 0.61% | - |
| HSV(B) | 68.47º | 0.43% | 0.77% | - |
| XYZ | 42.9 | 51.42 | 22.99 | - |
| YUV | 183.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 112 | 0.06 | 0 | 0.43 | 0.23 | 68.47 | 0.42 | 0.61 |
| Hex | B9 | C5 | 70 | 6 | 0 | 2B | 17 | 44 | 2A | 3D |
| Octal | 271 | 305 | 160 | 6 | 0 | 53 | 27 | 104 | 52 | 75 |
| Binary | 10111001 | 11000101 | 1110000 | 110 | 0 | 101011 | 10111 | 1000100 | 101010 | 111101 |
Color Harmonies of #B9C570
Complementary color
Monochromatic Colors of #B9C570
Black with #B9C570
Text Example
Text Example
White with #B9C570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C570; }
p { color: rgb(185,197,112); }
H1.HeaderClassName
{
color: #B9C570;
}
.AnyTagClassName
{
color: #B9C570;
}
</style>
background-color css
<style>
a { background-color: #B9C570; }
a { background-color: rgb(185,197,112); }
div.DivClassName
{
background-color: #B9C570;
}
.BgClassName
{
background-color: #B9C570;
}
</style>
border-color css
<style>
span { border-color: #B9C570; }
span { border-color: rgb(185,197,112); }
td.TdClassName
{
border-color: #B9C570;
}
.TagClassName
{
border-color: #B9C570;
}
</style>