Shades of Pine Glade #C2C972
Tints of Pine Glade #C2C972
RGB
CMYK
RGB Variations
Color information
#C2C972 (or 0xC2C972) is known color: Pine Glade. HEX triplet: C2, C9 and 72. RGB value is (194,201,114). Sum of RGB (Red+Green+Blue) = 194+201+114=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C972 is #3D368D. Grayscale: #BDBDBD. Windows color (decimal): -4011662 or 7522754. OLE color: 7522754.
HSL color Cylindrical-coordinate representation of color #C2C972: hue angle of 64.83º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2C972 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 201 | 114 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.21 |
| HSL | 64.83º | 0.45% | 0.62% | - |
| HSV(B) | 64.83º | 0.43% | 0.79% | - |
| XYZ | 46.17 | 54.46 | 24 | - |
| YUV | 188.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 114 | 0.03 | 0 | 0.43 | 0.21 | 64.83 | 0.45 | 0.62 |
| Hex | C2 | C9 | 72 | 3 | 0 | 2B | 15 | 41 | 2D | 3E |
| Octal | 302 | 311 | 162 | 3 | 0 | 53 | 25 | 101 | 55 | 76 |
| Binary | 11000010 | 11001001 | 1110010 | 11 | 0 | 101011 | 10101 | 1000001 | 101101 | 111110 |
Color Harmonies of #C2C972
Complementary color
Monochromatic Colors of #C2C972
Black with #C2C972
Text Example
Text Example
White with #C2C972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C972; }
p { color: rgb(194,201,114); }
H1.HeaderClassName
{
color: #C2C972;
}
.AnyTagClassName
{
color: #C2C972;
}
</style>
background-color css
<style>
a { background-color: #C2C972; }
a { background-color: rgb(194,201,114); }
div.DivClassName
{
background-color: #C2C972;
}
.BgClassName
{
background-color: #C2C972;
}
</style>
border-color css
<style>
span { border-color: #C2C972; }
span { border-color: rgb(194,201,114); }
td.TdClassName
{
border-color: #C2C972;
}
.TagClassName
{
border-color: #C2C972;
}
</style>