Shades of Pine Glade #C2C67E
Tints of Pine Glade #C2C67E
RGB
CMYK
RGB Variations
Color information
#C2C67E (or 0xC2C67E) is known color: Pine Glade. HEX triplet: C2, C6 and 7E. RGB value is (194,198,126). Sum of RGB (Red+Green+Blue) = 194+198+126=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C67E is #3D3981. Grayscale: #BCBCBC. Windows color (decimal): -4012418 or 8308418. OLE color: 8308418.
HSL color Cylindrical-coordinate representation of color #C2C67E: hue angle of 63.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2C67E is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 126 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.22 |
| HSL | 63.33º | 0.39% | 0.64% | - |
| HSV(B) | 63.33º | 0.36% | 0.78% | - |
| XYZ | 46.21 | 53.36 | 27.6 | - |
| YUV | 188.6 | 92.67 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 126 | 0.02 | 0 | 0.36 | 0.22 | 63.33 | 0.39 | 0.64 |
| Hex | C2 | C6 | 7E | 2 | 0 | 24 | 16 | 3F | 27 | 40 |
| Octal | 302 | 306 | 176 | 2 | 0 | 44 | 26 | 77 | 47 | 100 |
| Binary | 11000010 | 11000110 | 1111110 | 10 | 0 | 100100 | 10110 | 111111 | 100111 | 1000000 |
Color Harmonies of #C2C67E
Complementary color
Monochromatic Colors of #C2C67E
Black with #C2C67E
Text Example
Text Example
White with #C2C67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C67E; }
p { color: rgb(194,198,126); }
H1.HeaderClassName
{
color: #C2C67E;
}
.AnyTagClassName
{
color: #C2C67E;
}
</style>
background-color css
<style>
a { background-color: #C2C67E; }
a { background-color: rgb(194,198,126); }
div.DivClassName
{
background-color: #C2C67E;
}
.BgClassName
{
background-color: #C2C67E;
}
</style>
border-color css
<style>
span { border-color: #C2C67E; }
span { border-color: rgb(194,198,126); }
td.TdClassName
{
border-color: #C2C67E;
}
.TagClassName
{
border-color: #C2C67E;
}
</style>