Shades of Pine Glade #C2C66F
Tints of Pine Glade #C2C66F
RGB
CMYK
RGB Variations
Color information
#C2C66F (or 0xC2C66F) is known color: Pine Glade. HEX triplet: C2, C6 and 6F. RGB value is (194,198,111). Sum of RGB (Red+Green+Blue) = 194+198+111=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C66F is #3D3990. Grayscale: #BBBBBB. Windows color (decimal): -4012433 or 7325378. OLE color: 7325378.
HSL color Cylindrical-coordinate representation of color #C2C66F: hue angle of 62.76º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2C66F is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 111 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.22 |
| HSL | 62.76º | 0.43% | 0.61% | - |
| HSV(B) | 62.76º | 0.44% | 0.78% | - |
| XYZ | 45.31 | 53.01 | 22.88 | - |
| YUV | 186.89 | 85.17 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 111 | 0.02 | 0 | 0.44 | 0.22 | 62.76 | 0.43 | 0.61 |
| Hex | C2 | C6 | 6F | 2 | 0 | 2C | 16 | 3F | 2B | 3D |
| Octal | 302 | 306 | 157 | 2 | 0 | 54 | 26 | 77 | 53 | 75 |
| Binary | 11000010 | 11000110 | 1101111 | 10 | 0 | 101100 | 10110 | 111111 | 101011 | 111101 |
Color Harmonies of #C2C66F
Complementary color
Monochromatic Colors of #C2C66F
Black with #C2C66F
Text Example
Text Example
White with #C2C66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C66F; }
p { color: rgb(194,198,111); }
H1.HeaderClassName
{
color: #C2C66F;
}
.AnyTagClassName
{
color: #C2C66F;
}
</style>
background-color css
<style>
a { background-color: #C2C66F; }
a { background-color: rgb(194,198,111); }
div.DivClassName
{
background-color: #C2C66F;
}
.BgClassName
{
background-color: #C2C66F;
}
</style>
border-color css
<style>
span { border-color: #C2C66F; }
span { border-color: rgb(194,198,111); }
td.TdClassName
{
border-color: #C2C66F;
}
.TagClassName
{
border-color: #C2C66F;
}
</style>