Shades of Pine Glade #C0C57A
Tints of Pine Glade #C0C57A
RGB
CMYK
RGB Variations
Color information
#C0C57A (or 0xC0C57A) is known color: Pine Glade. HEX triplet: C0, C5 and 7A. RGB value is (192,197,122). Sum of RGB (Red+Green+Blue) = 192+197+122=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C57A is #3F3A85. Grayscale: #BBBBBB. Windows color (decimal): -4143750 or 8046016. OLE color: 8046016.
HSL color Cylindrical-coordinate representation of color #C0C57A: hue angle of 64º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0C57A is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 122 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.23 |
| HSL | 64º | 0.39% | 0.63% | - |
| HSV(B) | 64º | 0.38% | 0.77% | - |
| XYZ | 45.22 | 52.54 | 26.17 | - |
| YUV | 186.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 122 | 0.03 | 0 | 0.38 | 0.23 | 64 | 0.39 | 0.63 |
| Hex | C0 | C5 | 7A | 3 | 0 | 26 | 17 | 40 | 27 | 3F |
| Octal | 300 | 305 | 172 | 3 | 0 | 46 | 27 | 100 | 47 | 77 |
| Binary | 11000000 | 11000101 | 1111010 | 11 | 0 | 100110 | 10111 | 1000000 | 100111 | 111111 |
Color Harmonies of #C0C57A
Complementary color
Monochromatic Colors of #C0C57A
Black with #C0C57A
Text Example
Text Example
White with #C0C57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C57A; }
p { color: rgb(192,197,122); }
H1.HeaderClassName
{
color: #C0C57A;
}
.AnyTagClassName
{
color: #C0C57A;
}
</style>
background-color css
<style>
a { background-color: #C0C57A; }
a { background-color: rgb(192,197,122); }
div.DivClassName
{
background-color: #C0C57A;
}
.BgClassName
{
background-color: #C0C57A;
}
</style>
border-color css
<style>
span { border-color: #C0C57A; }
span { border-color: rgb(192,197,122); }
td.TdClassName
{
border-color: #C0C57A;
}
.TagClassName
{
border-color: #C0C57A;
}
</style>