Shades of Pine Glade #C0CC7D
Tints of Pine Glade #C0CC7D
RGB
CMYK
RGB Variations
Color information
#C0CC7D (or 0xC0CC7D) is known color: Pine Glade. HEX triplet: C0, CC and 7D. RGB value is (192,204,125). Sum of RGB (Red+Green+Blue) = 192+204+125=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CC7D is #3F3382. Grayscale: #BFBFBF. Windows color (decimal): -4141955 or 8244416. OLE color: 8244416.
HSL color Cylindrical-coordinate representation of color #C0CC7D: hue angle of 69.11º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0CC7D is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 125 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.2 |
| HSL | 69.11º | 0.44% | 0.65% | - |
| HSV(B) | 69.11º | 0.39% | 0.8% | - |
| XYZ | 47.03 | 55.87 | 27.71 | - |
| YUV | 191.41 | 90.52 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 125 | 0.06 | 0 | 0.39 | 0.2 | 69.11 | 0.44 | 0.65 |
| Hex | C0 | CC | 7D | 6 | 0 | 27 | 14 | 45 | 2C | 41 |
| Octal | 300 | 314 | 175 | 6 | 0 | 47 | 24 | 105 | 54 | 101 |
| Binary | 11000000 | 11001100 | 1111101 | 110 | 0 | 100111 | 10100 | 1000101 | 101100 | 1000001 |
Color Harmonies of #C0CC7D
Complementary color
Monochromatic Colors of #C0CC7D
Black with #C0CC7D
Text Example
Text Example
White with #C0CC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC7D; }
p { color: rgb(192,204,125); }
H1.HeaderClassName
{
color: #C0CC7D;
}
.AnyTagClassName
{
color: #C0CC7D;
}
</style>
background-color css
<style>
a { background-color: #C0CC7D; }
a { background-color: rgb(192,204,125); }
div.DivClassName
{
background-color: #C0CC7D;
}
.BgClassName
{
background-color: #C0CC7D;
}
</style>
border-color css
<style>
span { border-color: #C0CC7D; }
span { border-color: rgb(192,204,125); }
td.TdClassName
{
border-color: #C0CC7D;
}
.TagClassName
{
border-color: #C0CC7D;
}
</style>