Shades of Pine Glade #C0C37A
Tints of Pine Glade #C0C37A
RGB
CMYK
RGB Variations
Color information
#C0C37A (or 0xC0C37A) is known color: Pine Glade. HEX triplet: C0, C3 and 7A. RGB value is (192,195,122). Sum of RGB (Red+Green+Blue) = 192+195+122=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C37A is #3F3C85. Grayscale: #BABABA. Windows color (decimal): -4144262 or 8045504. OLE color: 8045504.
HSL color Cylindrical-coordinate representation of color #C0C37A: hue angle of 62.47º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0C37A is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 122 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.24 |
| HSL | 62.47º | 0.38% | 0.62% | - |
| HSV(B) | 62.47º | 0.37% | 0.76% | - |
| XYZ | 44.77 | 51.64 | 26.02 | - |
| YUV | 185.78 | 92.01 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 122 | 0.02 | 0 | 0.37 | 0.24 | 62.47 | 0.38 | 0.62 |
| Hex | C0 | C3 | 7A | 2 | 0 | 25 | 18 | 3E | 26 | 3E |
| Octal | 300 | 303 | 172 | 2 | 0 | 45 | 30 | 76 | 46 | 76 |
| Binary | 11000000 | 11000011 | 1111010 | 10 | 0 | 100101 | 11000 | 111110 | 100110 | 111110 |
Color Harmonies of #C0C37A
Complementary color
Monochromatic Colors of #C0C37A
Black with #C0C37A
Text Example
Text Example
White with #C0C37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C37A; }
p { color: rgb(192,195,122); }
H1.HeaderClassName
{
color: #C0C37A;
}
.AnyTagClassName
{
color: #C0C37A;
}
</style>
background-color css
<style>
a { background-color: #C0C37A; }
a { background-color: rgb(192,195,122); }
div.DivClassName
{
background-color: #C0C37A;
}
.BgClassName
{
background-color: #C0C37A;
}
</style>
border-color css
<style>
span { border-color: #C0C37A; }
span { border-color: rgb(192,195,122); }
td.TdClassName
{
border-color: #C0C37A;
}
.TagClassName
{
border-color: #C0C37A;
}
</style>