Shades of Pine Glade #C2C870
Tints of Pine Glade #C2C870
RGB
CMYK
RGB Variations
Color information
#C2C870 (or 0xC2C870) is known color: Pine Glade. HEX triplet: C2, C8 and 70. RGB value is (194,200,112). Sum of RGB (Red+Green+Blue) = 194+200+112=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C870 is #3D378F. Grayscale: #BCBCBC. Windows color (decimal): -4011920 or 7391426. OLE color: 7391426.
HSL color Cylindrical-coordinate representation of color #C2C870: hue angle of 64.09º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2C870 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 112 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.22 |
| HSL | 64.09º | 0.44% | 0.61% | - |
| HSV(B) | 64.09º | 0.44% | 0.78% | - |
| XYZ | 45.83 | 53.95 | 23.33 | - |
| YUV | 188.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 112 | 0.03 | 0 | 0.44 | 0.22 | 64.09 | 0.44 | 0.61 |
| Hex | C2 | C8 | 70 | 3 | 0 | 2C | 16 | 40 | 2C | 3D |
| Octal | 302 | 310 | 160 | 3 | 0 | 54 | 26 | 100 | 54 | 75 |
| Binary | 11000010 | 11001000 | 1110000 | 11 | 0 | 101100 | 10110 | 1000000 | 101100 | 111101 |
Color Harmonies of #C2C870
Complementary color
Monochromatic Colors of #C2C870
Black with #C2C870
Text Example
Text Example
White with #C2C870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C870; }
p { color: rgb(194,200,112); }
H1.HeaderClassName
{
color: #C2C870;
}
.AnyTagClassName
{
color: #C2C870;
}
</style>
background-color css
<style>
a { background-color: #C2C870; }
a { background-color: rgb(194,200,112); }
div.DivClassName
{
background-color: #C2C870;
}
.BgClassName
{
background-color: #C2C870;
}
</style>
border-color css
<style>
span { border-color: #C2C870; }
span { border-color: rgb(194,200,112); }
td.TdClassName
{
border-color: #C2C870;
}
.TagClassName
{
border-color: #C2C870;
}
</style>