Shades of Pine Glade #B6C572
Tints of Pine Glade #B6C572
RGB
CMYK
RGB Variations
Color information
#B6C572 (or 0xB6C572) is known color: Pine Glade. HEX triplet: B6, C5 and 72. RGB value is (182,197,114). Sum of RGB (Red+Green+Blue) = 182+197+114=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C572 is #493A8D. Grayscale: #B7B7B7. Windows color (decimal): -4799118 or 7521718. OLE color: 7521718.
HSL color Cylindrical-coordinate representation of color #B6C572: hue angle of 70.84º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6C572 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 197 | 114 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.23 |
| HSL | 70.84º | 0.42% | 0.61% | - |
| HSV(B) | 70.84º | 0.42% | 0.77% | - |
| XYZ | 42.29 | 51.09 | 23.55 | - |
| YUV | 183.05 | 89.03 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 197 | 114 | 0.08 | 0 | 0.42 | 0.23 | 70.84 | 0.42 | 0.61 |
| Hex | B6 | C5 | 72 | 8 | 0 | 2A | 17 | 47 | 2A | 3D |
| Octal | 266 | 305 | 162 | 10 | 0 | 52 | 27 | 107 | 52 | 75 |
| Binary | 10110110 | 11000101 | 1110010 | 1000 | 0 | 101010 | 10111 | 1000111 | 101010 | 111101 |
Color Harmonies of #B6C572
Complementary color
Monochromatic Colors of #B6C572
Black with #B6C572
Text Example
Text Example
White with #B6C572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C572; }
p { color: rgb(182,197,114); }
H1.HeaderClassName
{
color: #B6C572;
}
.AnyTagClassName
{
color: #B6C572;
}
</style>
background-color css
<style>
a { background-color: #B6C572; }
a { background-color: rgb(182,197,114); }
div.DivClassName
{
background-color: #B6C572;
}
.BgClassName
{
background-color: #B6C572;
}
</style>
border-color css
<style>
span { border-color: #B6C572; }
span { border-color: rgb(182,197,114); }
td.TdClassName
{
border-color: #B6C572;
}
.TagClassName
{
border-color: #B6C572;
}
</style>