Shades of Pine Glade #C0C488
Tints of Pine Glade #C0C488
RGB
CMYK
RGB Variations
Color information
#C0C488 (or 0xC0C488) is known color: Pine Glade. HEX triplet: C0, C4 and 88. RGB value is (192,196,136). Sum of RGB (Red+Green+Blue) = 192+196+136=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C488 is #3F3B77. Grayscale: #BCBCBC. Windows color (decimal): -4143992 or 8963264. OLE color: 8963264.
HSL color Cylindrical-coordinate representation of color #C0C488: hue angle of 64º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0C488 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 136 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.23 |
| HSL | 64º | 0.34% | 0.65% | - |
| HSV(B) | 64º | 0.31% | 0.77% | - |
| XYZ | 45.92 | 52.46 | 31 | - |
| YUV | 187.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 136 | 0.02 | 0 | 0.31 | 0.23 | 64 | 0.34 | 0.65 |
| Hex | C0 | C4 | 88 | 2 | 0 | 1F | 17 | 40 | 22 | 41 |
| Octal | 300 | 304 | 210 | 2 | 0 | 37 | 27 | 100 | 42 | 101 |
| Binary | 11000000 | 11000100 | 10001000 | 10 | 0 | 11111 | 10111 | 1000000 | 100010 | 1000001 |
Color Harmonies of #C0C488
Complementary color
Monochromatic Colors of #C0C488
Black with #C0C488
Text Example
Text Example
White with #C0C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C488; }
p { color: rgb(192,196,136); }
H1.HeaderClassName
{
color: #C0C488;
}
.AnyTagClassName
{
color: #C0C488;
}
</style>
background-color css
<style>
a { background-color: #C0C488; }
a { background-color: rgb(192,196,136); }
div.DivClassName
{
background-color: #C0C488;
}
.BgClassName
{
background-color: #C0C488;
}
</style>
border-color css
<style>
span { border-color: #C0C488; }
span { border-color: rgb(192,196,136); }
td.TdClassName
{
border-color: #C0C488;
}
.TagClassName
{
border-color: #C0C488;
}
</style>