Shades of Pine Glade #C2C58A
Tints of Pine Glade #C2C58A
RGB
CMYK
RGB Variations
Color information
#C2C58A (or 0xC2C58A) is known color: Pine Glade. HEX triplet: C2, C5 and 8A. RGB value is (194,197,138). Sum of RGB (Red+Green+Blue) = 194+197+138=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C58A is #3D3A75. Grayscale: #BDBDBD. Windows color (decimal): -4012662 or 9094594. OLE color: 9094594.
HSL color Cylindrical-coordinate representation of color #C2C58A: hue angle of 63.05º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2C58A is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 138 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.23 |
| HSL | 63.05º | 0.34% | 0.66% | - |
| HSV(B) | 63.05º | 0.3% | 0.77% | - |
| XYZ | 46.8 | 53.24 | 31.85 | - |
| YUV | 189.38 | 99.01 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 138 | 0.02 | 0 | 0.30 | 0.23 | 63.05 | 0.34 | 0.66 |
| Hex | C2 | C5 | 8A | 2 | 0 | 1E | 17 | 3F | 22 | 42 |
| Octal | 302 | 305 | 212 | 2 | 0 | 36 | 27 | 77 | 42 | 102 |
| Binary | 11000010 | 11000101 | 10001010 | 10 | 0 | 11110 | 10111 | 111111 | 100010 | 1000010 |
Color Harmonies of #C2C58A
Complementary color
Monochromatic Colors of #C2C58A
Black with #C2C58A
Text Example
Text Example
White with #C2C58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C58A; }
p { color: rgb(194,197,138); }
H1.HeaderClassName
{
color: #C2C58A;
}
.AnyTagClassName
{
color: #C2C58A;
}
</style>
background-color css
<style>
a { background-color: #C2C58A; }
a { background-color: rgb(194,197,138); }
div.DivClassName
{
background-color: #C2C58A;
}
.BgClassName
{
background-color: #C2C58A;
}
</style>
border-color css
<style>
span { border-color: #C2C58A; }
span { border-color: rgb(194,197,138); }
td.TdClassName
{
border-color: #C2C58A;
}
.TagClassName
{
border-color: #C2C58A;
}
</style>