Shades of Pine Glade #C0C57D
Tints of Pine Glade #C0C57D
RGB
CMYK
RGB Variations
Color information
#C0C57D (or 0xC0C57D) is known color: Pine Glade. HEX triplet: C0, C5 and 7D. RGB value is (192,197,125). Sum of RGB (Red+Green+Blue) = 192+197+125=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C57D is #3F3A82. Grayscale: #BBBBBB. Windows color (decimal): -4143747 or 8242624. OLE color: 8242624.
HSL color Cylindrical-coordinate representation of color #C0C57D: hue angle of 64.17º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0C57D is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 125 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.23 |
| HSL | 64.17º | 0.38% | 0.63% | - |
| HSV(B) | 64.17º | 0.37% | 0.77% | - |
| XYZ | 45.41 | 52.62 | 27.17 | - |
| YUV | 187.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 125 | 0.03 | 0 | 0.37 | 0.23 | 64.17 | 0.38 | 0.63 |
| Hex | C0 | C5 | 7D | 3 | 0 | 25 | 17 | 40 | 26 | 3F |
| Octal | 300 | 305 | 175 | 3 | 0 | 45 | 27 | 100 | 46 | 77 |
| Binary | 11000000 | 11000101 | 1111101 | 11 | 0 | 100101 | 10111 | 1000000 | 100110 | 111111 |
Color Harmonies of #C0C57D
Complementary color
Monochromatic Colors of #C0C57D
Black with #C0C57D
Text Example
Text Example
White with #C0C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C57D; }
p { color: rgb(192,197,125); }
H1.HeaderClassName
{
color: #C0C57D;
}
.AnyTagClassName
{
color: #C0C57D;
}
</style>
background-color css
<style>
a { background-color: #C0C57D; }
a { background-color: rgb(192,197,125); }
div.DivClassName
{
background-color: #C0C57D;
}
.BgClassName
{
background-color: #C0C57D;
}
</style>
border-color css
<style>
span { border-color: #C0C57D; }
span { border-color: rgb(192,197,125); }
td.TdClassName
{
border-color: #C0C57D;
}
.TagClassName
{
border-color: #C0C57D;
}
</style>