Shades of Pine Glade #C2C67A
Tints of Pine Glade #C2C67A
RGB
CMYK
RGB Variations
Color information
#C2C67A (or 0xC2C67A) is known color: Pine Glade. HEX triplet: C2, C6 and 7A. RGB value is (194,198,122). Sum of RGB (Red+Green+Blue) = 194+198+122=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C67A is #3D3985. Grayscale: #BCBCBC. Windows color (decimal): -4012422 or 8046274. OLE color: 8046274.
HSL color Cylindrical-coordinate representation of color #C2C67A: hue angle of 63.16º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2C67A is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 122 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.22 |
| HSL | 63.16º | 0.4% | 0.63% | - |
| HSV(B) | 63.16º | 0.38% | 0.78% | - |
| XYZ | 45.96 | 53.26 | 26.27 | - |
| YUV | 188.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 122 | 0.02 | 0 | 0.38 | 0.22 | 63.16 | 0.4 | 0.63 |
| Hex | C2 | C6 | 7A | 2 | 0 | 26 | 16 | 3F | 28 | 3F |
| Octal | 302 | 306 | 172 | 2 | 0 | 46 | 26 | 77 | 50 | 77 |
| Binary | 11000010 | 11000110 | 1111010 | 10 | 0 | 100110 | 10110 | 111111 | 101000 | 111111 |
Color Harmonies of #C2C67A
Complementary color
Monochromatic Colors of #C2C67A
Black with #C2C67A
Text Example
Text Example
White with #C2C67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C67A; }
p { color: rgb(194,198,122); }
H1.HeaderClassName
{
color: #C2C67A;
}
.AnyTagClassName
{
color: #C2C67A;
}
</style>
background-color css
<style>
a { background-color: #C2C67A; }
a { background-color: rgb(194,198,122); }
div.DivClassName
{
background-color: #C2C67A;
}
.BgClassName
{
background-color: #C2C67A;
}
</style>
border-color css
<style>
span { border-color: #C2C67A; }
span { border-color: rgb(194,198,122); }
td.TdClassName
{
border-color: #C2C67A;
}
.TagClassName
{
border-color: #C2C67A;
}
</style>