Shades of Pine Glade #C2C876
Tints of Pine Glade #C2C876
RGB
CMYK
RGB Variations
Color information
#C2C876 (or 0xC2C876) is known color: Pine Glade. HEX triplet: C2, C8 and 76. RGB value is (194,200,118). Sum of RGB (Red+Green+Blue) = 194+200+118=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C876 is #3D3789. Grayscale: #BDBDBD. Windows color (decimal): -4011914 or 7784642. OLE color: 7784642.
HSL color Cylindrical-coordinate representation of color #C2C876: hue angle of 64.39º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2C876 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 118 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.22 |
| HSL | 64.39º | 0.43% | 0.62% | - |
| HSV(B) | 64.39º | 0.41% | 0.78% | - |
| XYZ | 46.17 | 54.09 | 25.15 | - |
| YUV | 188.86 | 88.01 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 118 | 0.03 | 0 | 0.41 | 0.22 | 64.39 | 0.43 | 0.62 |
| Hex | C2 | C8 | 76 | 3 | 0 | 29 | 16 | 40 | 2B | 3E |
| Octal | 302 | 310 | 166 | 3 | 0 | 51 | 26 | 100 | 53 | 76 |
| Binary | 11000010 | 11001000 | 1110110 | 11 | 0 | 101001 | 10110 | 1000000 | 101011 | 111110 |
Color Harmonies of #C2C876
Complementary color
Monochromatic Colors of #C2C876
Black with #C2C876
Text Example
Text Example
White with #C2C876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C876; }
p { color: rgb(194,200,118); }
H1.HeaderClassName
{
color: #C2C876;
}
.AnyTagClassName
{
color: #C2C876;
}
</style>
background-color css
<style>
a { background-color: #C2C876; }
a { background-color: rgb(194,200,118); }
div.DivClassName
{
background-color: #C2C876;
}
.BgClassName
{
background-color: #C2C876;
}
</style>
border-color css
<style>
span { border-color: #C2C876; }
span { border-color: rgb(194,200,118); }
td.TdClassName
{
border-color: #C2C876;
}
.TagClassName
{
border-color: #C2C876;
}
</style>