Shades of Pine Glade #C0C57E
Tints of Pine Glade #C0C57E
RGB
CMYK
RGB Variations
Color information
#C0C57E (or 0xC0C57E) is known color: Pine Glade. HEX triplet: C0, C5 and 7E. RGB value is (192,197,126). Sum of RGB (Red+Green+Blue) = 192+197+126=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C57E is #3F3A81. Grayscale: #BBBBBB. Windows color (decimal): -4143746 or 8308160. OLE color: 8308160.
HSL color Cylindrical-coordinate representation of color #C0C57E: hue angle of 64.23º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0C57E is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 126 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.23 |
| HSL | 64.23º | 0.38% | 0.63% | - |
| HSV(B) | 64.23º | 0.36% | 0.77% | - |
| XYZ | 45.47 | 52.65 | 27.5 | - |
| YUV | 187.41 | 93.34 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 126 | 0.03 | 0 | 0.36 | 0.23 | 64.23 | 0.38 | 0.63 |
| Hex | C0 | C5 | 7E | 3 | 0 | 24 | 17 | 40 | 26 | 3F |
| Octal | 300 | 305 | 176 | 3 | 0 | 44 | 27 | 100 | 46 | 77 |
| Binary | 11000000 | 11000101 | 1111110 | 11 | 0 | 100100 | 10111 | 1000000 | 100110 | 111111 |
Color Harmonies of #C0C57E
Complementary color
Monochromatic Colors of #C0C57E
Black with #C0C57E
Text Example
Text Example
White with #C0C57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C57E; }
p { color: rgb(192,197,126); }
H1.HeaderClassName
{
color: #C0C57E;
}
.AnyTagClassName
{
color: #C0C57E;
}
</style>
background-color css
<style>
a { background-color: #C0C57E; }
a { background-color: rgb(192,197,126); }
div.DivClassName
{
background-color: #C0C57E;
}
.BgClassName
{
background-color: #C0C57E;
}
</style>
border-color css
<style>
span { border-color: #C0C57E; }
span { border-color: rgb(192,197,126); }
td.TdClassName
{
border-color: #C0C57E;
}
.TagClassName
{
border-color: #C0C57E;
}
</style>