Shades of Pine Glade #C0C584
Tints of Pine Glade #C0C584
RGB
CMYK
RGB Variations
Color information
#C0C584 (or 0xC0C584) is known color: Pine Glade. HEX triplet: C0, C5 and 84. RGB value is (192,197,132). Sum of RGB (Red+Green+Blue) = 192+197+132=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C584 is #3F3A7B. Grayscale: #BCBCBC. Windows color (decimal): -4143740 or 8701376. OLE color: 8701376.
HSL color Cylindrical-coordinate representation of color #C0C584: hue angle of 64.62º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0C584 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 132 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.23 |
| HSL | 64.62º | 0.36% | 0.65% | - |
| HSV(B) | 64.62º | 0.33% | 0.77% | - |
| XYZ | 45.87 | 52.8 | 29.6 | - |
| YUV | 188.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 132 | 0.03 | 0 | 0.33 | 0.23 | 64.62 | 0.36 | 0.65 |
| Hex | C0 | C5 | 84 | 3 | 0 | 21 | 17 | 41 | 24 | 41 |
| Octal | 300 | 305 | 204 | 3 | 0 | 41 | 27 | 101 | 44 | 101 |
| Binary | 11000000 | 11000101 | 10000100 | 11 | 0 | 100001 | 10111 | 1000001 | 100100 | 1000001 |
Color Harmonies of #C0C584
Complementary color
Monochromatic Colors of #C0C584
Black with #C0C584
Text Example
Text Example
White with #C0C584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C584; }
p { color: rgb(192,197,132); }
H1.HeaderClassName
{
color: #C0C584;
}
.AnyTagClassName
{
color: #C0C584;
}
</style>
background-color css
<style>
a { background-color: #C0C584; }
a { background-color: rgb(192,197,132); }
div.DivClassName
{
background-color: #C0C584;
}
.BgClassName
{
background-color: #C0C584;
}
</style>
border-color css
<style>
span { border-color: #C0C584; }
span { border-color: rgb(192,197,132); }
td.TdClassName
{
border-color: #C0C584;
}
.TagClassName
{
border-color: #C0C584;
}
</style>