Shades of Pine Glade #C0C57F
Tints of Pine Glade #C0C57F
RGB
CMYK
RGB Variations
Color information
#C0C57F (or 0xC0C57F) is known color: Pine Glade. HEX triplet: C0, C5 and 7F. RGB value is (192,197,127). Sum of RGB (Red+Green+Blue) = 192+197+127=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C57F is #3F3A80. Grayscale: #BBBBBB. Windows color (decimal): -4143745 or 8373696. OLE color: 8373696.
HSL color Cylindrical-coordinate representation of color #C0C57F: hue angle of 64.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0C57F is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 127 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.23 |
| HSL | 64.29º | 0.38% | 0.64% | - |
| HSV(B) | 64.29º | 0.36% | 0.77% | - |
| XYZ | 45.54 | 52.67 | 27.85 | - |
| YUV | 187.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 127 | 0.03 | 0 | 0.36 | 0.23 | 64.29 | 0.38 | 0.64 |
| Hex | C0 | C5 | 7F | 3 | 0 | 24 | 17 | 40 | 26 | 40 |
| Octal | 300 | 305 | 177 | 3 | 0 | 44 | 27 | 100 | 46 | 100 |
| Binary | 11000000 | 11000101 | 1111111 | 11 | 0 | 100100 | 10111 | 1000000 | 100110 | 1000000 |
Color Harmonies of #C0C57F
Complementary color
Monochromatic Colors of #C0C57F
Black with #C0C57F
Text Example
Text Example
White with #C0C57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C57F; }
p { color: rgb(192,197,127); }
H1.HeaderClassName
{
color: #C0C57F;
}
.AnyTagClassName
{
color: #C0C57F;
}
</style>
background-color css
<style>
a { background-color: #C0C57F; }
a { background-color: rgb(192,197,127); }
div.DivClassName
{
background-color: #C0C57F;
}
.BgClassName
{
background-color: #C0C57F;
}
</style>
border-color css
<style>
span { border-color: #C0C57F; }
span { border-color: rgb(192,197,127); }
td.TdClassName
{
border-color: #C0C57F;
}
.TagClassName
{
border-color: #C0C57F;
}
</style>