Shades of Pine Glade #C2CA78
Tints of Pine Glade #C2CA78
RGB
CMYK
RGB Variations
Color information
#C2CA78 (or 0xC2CA78) is known color: Pine Glade. HEX triplet: C2, CA and 78. RGB value is (194,202,120). Sum of RGB (Red+Green+Blue) = 194+202+120=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA78 is #3D3587. Grayscale: #BEBEBE. Windows color (decimal): -4011400 or 7916226. OLE color: 7916226.
HSL color Cylindrical-coordinate representation of color #C2CA78: hue angle of 65.85º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2CA78 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 120 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.21 |
| HSL | 65.85º | 0.44% | 0.63% | - |
| HSV(B) | 65.85º | 0.41% | 0.79% | - |
| XYZ | 46.76 | 55.07 | 25.93 | - |
| YUV | 190.26 | 88.35 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 120 | 0.04 | 0 | 0.41 | 0.21 | 65.85 | 0.44 | 0.63 |
| Hex | C2 | CA | 78 | 4 | 0 | 29 | 15 | 42 | 2C | 3F |
| Octal | 302 | 312 | 170 | 4 | 0 | 51 | 25 | 102 | 54 | 77 |
| Binary | 11000010 | 11001010 | 1111000 | 100 | 0 | 101001 | 10101 | 1000010 | 101100 | 111111 |
Color Harmonies of #C2CA78
Complementary color
Monochromatic Colors of #C2CA78
Black with #C2CA78
Text Example
Text Example
White with #C2CA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA78; }
p { color: rgb(194,202,120); }
H1.HeaderClassName
{
color: #C2CA78;
}
.AnyTagClassName
{
color: #C2CA78;
}
</style>
background-color css
<style>
a { background-color: #C2CA78; }
a { background-color: rgb(194,202,120); }
div.DivClassName
{
background-color: #C2CA78;
}
.BgClassName
{
background-color: #C2CA78;
}
</style>
border-color css
<style>
span { border-color: #C2CA78; }
span { border-color: rgb(194,202,120); }
td.TdClassName
{
border-color: #C2CA78;
}
.TagClassName
{
border-color: #C2CA78;
}
</style>