Shades of Pine Glade #C2C578
Tints of Pine Glade #C2C578
RGB
CMYK
RGB Variations
Color information
#C2C578 (or 0xC2C578) is known color: Pine Glade. HEX triplet: C2, C5 and 78. RGB value is (194,197,120). Sum of RGB (Red+Green+Blue) = 194+197+120=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C578 is #3D3A87. Grayscale: #BBBBBB. Windows color (decimal): -4012680 or 7914946. OLE color: 7914946.
HSL color Cylindrical-coordinate representation of color #C2C578: hue angle of 62.34º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2C578 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 120 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.23 |
| HSL | 62.34º | 0.4% | 0.62% | - |
| HSV(B) | 62.34º | 0.39% | 0.77% | - |
| XYZ | 45.6 | 52.76 | 25.55 | - |
| YUV | 187.33 | 90.01 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 120 | 0.02 | 0 | 0.39 | 0.23 | 62.34 | 0.4 | 0.62 |
| Hex | C2 | C5 | 78 | 2 | 0 | 27 | 17 | 3E | 28 | 3E |
| Octal | 302 | 305 | 170 | 2 | 0 | 47 | 27 | 76 | 50 | 76 |
| Binary | 11000010 | 11000101 | 1111000 | 10 | 0 | 100111 | 10111 | 111110 | 101000 | 111110 |
Color Harmonies of #C2C578
Complementary color
Monochromatic Colors of #C2C578
Black with #C2C578
Text Example
Text Example
White with #C2C578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C578; }
p { color: rgb(194,197,120); }
H1.HeaderClassName
{
color: #C2C578;
}
.AnyTagClassName
{
color: #C2C578;
}
</style>
background-color css
<style>
a { background-color: #C2C578; }
a { background-color: rgb(194,197,120); }
div.DivClassName
{
background-color: #C2C578;
}
.BgClassName
{
background-color: #C2C578;
}
</style>
border-color css
<style>
span { border-color: #C2C578; }
span { border-color: rgb(194,197,120); }
td.TdClassName
{
border-color: #C2C578;
}
.TagClassName
{
border-color: #C2C578;
}
</style>