Shades of Pine Glade #C0C17E
Tints of Pine Glade #C0C17E
RGB
CMYK
RGB Variations
Color information
#C0C17E (or 0xC0C17E) is known color: Pine Glade. HEX triplet: C0, C1 and 7E. RGB value is (192,193,126). Sum of RGB (Red+Green+Blue) = 192+193+126=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C17E is #3F3E81. Grayscale: #B9B9B9. Windows color (decimal): -4144770 or 8307136. OLE color: 8307136.
HSL color Cylindrical-coordinate representation of color #C0C17E: hue angle of 60.9º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0C17E is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 126 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.24 |
| HSL | 60.9º | 0.35% | 0.63% | - |
| HSV(B) | 60.9º | 0.35% | 0.76% | - |
| XYZ | 44.57 | 50.85 | 27.2 | - |
| YUV | 185.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 126 | 0.01 | 0 | 0.35 | 0.24 | 60.9 | 0.35 | 0.63 |
| Hex | C0 | C1 | 7E | 1 | 0 | 23 | 18 | 3D | 23 | 3F |
| Octal | 300 | 301 | 176 | 1 | 0 | 43 | 30 | 75 | 43 | 77 |
| Binary | 11000000 | 11000001 | 1111110 | 1 | 0 | 100011 | 11000 | 111101 | 100011 | 111111 |
Color Harmonies of #C0C17E
Complementary color
Monochromatic Colors of #C0C17E
Black with #C0C17E
Text Example
Text Example
White with #C0C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C17E; }
p { color: rgb(192,193,126); }
H1.HeaderClassName
{
color: #C0C17E;
}
.AnyTagClassName
{
color: #C0C17E;
}
</style>
background-color css
<style>
a { background-color: #C0C17E; }
a { background-color: rgb(192,193,126); }
div.DivClassName
{
background-color: #C0C17E;
}
.BgClassName
{
background-color: #C0C17E;
}
</style>
border-color css
<style>
span { border-color: #C0C17E; }
span { border-color: rgb(192,193,126); }
td.TdClassName
{
border-color: #C0C17E;
}
.TagClassName
{
border-color: #C0C17E;
}
</style>