Shades of Pine Glade #C2C676
Tints of Pine Glade #C2C676
RGB
CMYK
RGB Variations
Color information
#C2C676 (or 0xC2C676) is known color: Pine Glade. HEX triplet: C2, C6 and 76. RGB value is (194,198,118). Sum of RGB (Red+Green+Blue) = 194+198+118=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C676 is #3D3989. Grayscale: #BBBBBB. Windows color (decimal): -4012426 or 7784130. OLE color: 7784130.
HSL color Cylindrical-coordinate representation of color #C2C676: hue angle of 63º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2C676 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 118 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.22 |
| HSL | 63º | 0.41% | 0.62% | - |
| HSV(B) | 63º | 0.4% | 0.78% | - |
| XYZ | 45.71 | 53.17 | 24.99 | - |
| YUV | 187.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 118 | 0.02 | 0 | 0.40 | 0.22 | 63 | 0.41 | 0.62 |
| Hex | C2 | C6 | 76 | 2 | 0 | 28 | 16 | 3F | 29 | 3E |
| Octal | 302 | 306 | 166 | 2 | 0 | 50 | 26 | 77 | 51 | 76 |
| Binary | 11000010 | 11000110 | 1110110 | 10 | 0 | 101000 | 10110 | 111111 | 101001 | 111110 |
Color Harmonies of #C2C676
Complementary color
Monochromatic Colors of #C2C676
Black with #C2C676
Text Example
Text Example
White with #C2C676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C676; }
p { color: rgb(194,198,118); }
H1.HeaderClassName
{
color: #C2C676;
}
.AnyTagClassName
{
color: #C2C676;
}
</style>
background-color css
<style>
a { background-color: #C2C676; }
a { background-color: rgb(194,198,118); }
div.DivClassName
{
background-color: #C2C676;
}
.BgClassName
{
background-color: #C2C676;
}
</style>
border-color css
<style>
span { border-color: #C2C676; }
span { border-color: rgb(194,198,118); }
td.TdClassName
{
border-color: #C2C676;
}
.TagClassName
{
border-color: #C2C676;
}
</style>