Shades of Pine Glade #C0CC7E
Tints of Pine Glade #C0CC7E
RGB
CMYK
RGB Variations
Color information
#C0CC7E (or 0xC0CC7E) is known color: Pine Glade. HEX triplet: C0, CC and 7E. RGB value is (192,204,126). Sum of RGB (Red+Green+Blue) = 192+204+126=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CC7E is #3F3381. Grayscale: #BFBFBF. Windows color (decimal): -4141954 or 8309952. OLE color: 8309952.
HSL color Cylindrical-coordinate representation of color #C0CC7E: hue angle of 69.23º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0CC7E is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 126 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.2 |
| HSL | 69.23º | 0.43% | 0.65% | - |
| HSV(B) | 69.23º | 0.38% | 0.8% | - |
| XYZ | 47.1 | 55.9 | 28.05 | - |
| YUV | 191.52 | 91.02 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 126 | 0.06 | 0 | 0.38 | 0.2 | 69.23 | 0.43 | 0.65 |
| Hex | C0 | CC | 7E | 6 | 0 | 26 | 14 | 45 | 2B | 41 |
| Octal | 300 | 314 | 176 | 6 | 0 | 46 | 24 | 105 | 53 | 101 |
| Binary | 11000000 | 11001100 | 1111110 | 110 | 0 | 100110 | 10100 | 1000101 | 101011 | 1000001 |
Color Harmonies of #C0CC7E
Complementary color
Monochromatic Colors of #C0CC7E
Black with #C0CC7E
Text Example
Text Example
White with #C0CC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC7E; }
p { color: rgb(192,204,126); }
H1.HeaderClassName
{
color: #C0CC7E;
}
.AnyTagClassName
{
color: #C0CC7E;
}
</style>
background-color css
<style>
a { background-color: #C0CC7E; }
a { background-color: rgb(192,204,126); }
div.DivClassName
{
background-color: #C0CC7E;
}
.BgClassName
{
background-color: #C0CC7E;
}
</style>
border-color css
<style>
span { border-color: #C0CC7E; }
span { border-color: rgb(192,204,126); }
td.TdClassName
{
border-color: #C0CC7E;
}
.TagClassName
{
border-color: #C0CC7E;
}
</style>