Shades of Pine Glade #C0C58A
Tints of Pine Glade #C0C58A
RGB
CMYK
RGB Variations
Color information
#C0C58A (or 0xC0C58A) is known color: Pine Glade. HEX triplet: C0, C5 and 8A. RGB value is (192,197,138). Sum of RGB (Red+Green+Blue) = 192+197+138=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C58A is #3F3A75. Grayscale: #BDBDBD. Windows color (decimal): -4143734 or 9094592. OLE color: 9094592.
HSL color Cylindrical-coordinate representation of color #C0C58A: hue angle of 65.08º 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 #C0C58A is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 138 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.23 |
| HSL | 65.08º | 0.34% | 0.66% | - |
| HSV(B) | 65.08º | 0.3% | 0.77% | - |
| XYZ | 46.29 | 52.97 | 31.83 | - |
| YUV | 188.78 | 99.34 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 138 | 0.03 | 0 | 0.30 | 0.23 | 65.08 | 0.34 | 0.66 |
| Hex | C0 | C5 | 8A | 3 | 0 | 1E | 17 | 41 | 22 | 42 |
| Octal | 300 | 305 | 212 | 3 | 0 | 36 | 27 | 101 | 42 | 102 |
| Binary | 11000000 | 11000101 | 10001010 | 11 | 0 | 11110 | 10111 | 1000001 | 100010 | 1000010 |
Color Harmonies of #C0C58A
Complementary color
Monochromatic Colors of #C0C58A
Black with #C0C58A
Text Example
Text Example
White with #C0C58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C58A; }
p { color: rgb(192,197,138); }
H1.HeaderClassName
{
color: #C0C58A;
}
.AnyTagClassName
{
color: #C0C58A;
}
</style>
background-color css
<style>
a { background-color: #C0C58A; }
a { background-color: rgb(192,197,138); }
div.DivClassName
{
background-color: #C0C58A;
}
.BgClassName
{
background-color: #C0C58A;
}
</style>
border-color css
<style>
span { border-color: #C0C58A; }
span { border-color: rgb(192,197,138); }
td.TdClassName
{
border-color: #C0C58A;
}
.TagClassName
{
border-color: #C0C58A;
}
</style>