Shades of Pine Glade #C2CA7B
Tints of Pine Glade #C2CA7B
RGB
CMYK
RGB Variations
Color information
#C2CA7B (or 0xC2CA7B) is known color: Pine Glade. HEX triplet: C2, CA and 7B. RGB value is (194,202,123). Sum of RGB (Red+Green+Blue) = 194+202+123=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA7B is #3D3584. Grayscale: #BEBEBE. Windows color (decimal): -4011397 or 8112834. OLE color: 8112834.
HSL color Cylindrical-coordinate representation of color #C2CA7B: hue angle of 66.08º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2CA7B is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 123 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.21 |
| HSL | 66.08º | 0.43% | 0.64% | - |
| HSV(B) | 66.08º | 0.39% | 0.79% | - |
| XYZ | 46.94 | 55.14 | 26.91 | - |
| YUV | 190.6 | 89.85 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 123 | 0.04 | 0 | 0.39 | 0.21 | 66.08 | 0.43 | 0.64 |
| Hex | C2 | CA | 7B | 4 | 0 | 27 | 15 | 42 | 2B | 40 |
| Octal | 302 | 312 | 173 | 4 | 0 | 47 | 25 | 102 | 53 | 100 |
| Binary | 11000010 | 11001010 | 1111011 | 100 | 0 | 100111 | 10101 | 1000010 | 101011 | 1000000 |
Color Harmonies of #C2CA7B
Complementary color
Monochromatic Colors of #C2CA7B
Black with #C2CA7B
Text Example
Text Example
White with #C2CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA7B; }
p { color: rgb(194,202,123); }
H1.HeaderClassName
{
color: #C2CA7B;
}
.AnyTagClassName
{
color: #C2CA7B;
}
</style>
background-color css
<style>
a { background-color: #C2CA7B; }
a { background-color: rgb(194,202,123); }
div.DivClassName
{
background-color: #C2CA7B;
}
.BgClassName
{
background-color: #C2CA7B;
}
</style>
border-color css
<style>
span { border-color: #C2CA7B; }
span { border-color: rgb(194,202,123); }
td.TdClassName
{
border-color: #C2CA7B;
}
.TagClassName
{
border-color: #C2CA7B;
}
</style>