Shades of Pine Glade #C2CA7E
Tints of Pine Glade #C2CA7E
RGB
CMYK
RGB Variations
Color information
#C2CA7E (or 0xC2CA7E) is known color: Pine Glade. HEX triplet: C2, CA and 7E. RGB value is (194,202,126). Sum of RGB (Red+Green+Blue) = 194+202+126=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA7E is #3D3581. Grayscale: #BFBFBF. Windows color (decimal): -4011394 or 8309442. OLE color: 8309442.
HSL color Cylindrical-coordinate representation of color #C2CA7E: hue angle of 66.32º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2CA7E is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 126 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.21 |
| HSL | 66.32º | 0.42% | 0.64% | - |
| HSV(B) | 66.32º | 0.38% | 0.79% | - |
| XYZ | 47.13 | 55.22 | 27.91 | - |
| YUV | 190.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 126 | 0.04 | 0 | 0.38 | 0.21 | 66.32 | 0.42 | 0.64 |
| Hex | C2 | CA | 7E | 4 | 0 | 26 | 15 | 42 | 2A | 40 |
| Octal | 302 | 312 | 176 | 4 | 0 | 46 | 25 | 102 | 52 | 100 |
| Binary | 11000010 | 11001010 | 1111110 | 100 | 0 | 100110 | 10101 | 1000010 | 101010 | 1000000 |
Color Harmonies of #C2CA7E
Complementary color
Monochromatic Colors of #C2CA7E
Black with #C2CA7E
Text Example
Text Example
White with #C2CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA7E; }
p { color: rgb(194,202,126); }
H1.HeaderClassName
{
color: #C2CA7E;
}
.AnyTagClassName
{
color: #C2CA7E;
}
</style>
background-color css
<style>
a { background-color: #C2CA7E; }
a { background-color: rgb(194,202,126); }
div.DivClassName
{
background-color: #C2CA7E;
}
.BgClassName
{
background-color: #C2CA7E;
}
</style>
border-color css
<style>
span { border-color: #C2CA7E; }
span { border-color: rgb(194,202,126); }
td.TdClassName
{
border-color: #C2CA7E;
}
.TagClassName
{
border-color: #C2CA7E;
}
</style>