Shades of Pine Glade #C0CC73
Tints of Pine Glade #C0CC73
RGB
CMYK
RGB Variations
Color information
#C0CC73 (or 0xC0CC73) is known color: Pine Glade. HEX triplet: C0, CC and 73. RGB value is (192,204,115). Sum of RGB (Red+Green+Blue) = 192+204+115=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CC73 is #3F338C. Grayscale: #BEBEBE. Windows color (decimal): -4141965 or 7589056. OLE color: 7589056.
HSL color Cylindrical-coordinate representation of color #C0CC73: hue angle of 68.09º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0CC73 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 115 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.2 |
| HSL | 68.09º | 0.47% | 0.63% | - |
| HSV(B) | 68.09º | 0.44% | 0.8% | - |
| XYZ | 46.43 | 55.63 | 24.51 | - |
| YUV | 190.27 | 85.52 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 115 | 0.06 | 0 | 0.44 | 0.2 | 68.09 | 0.47 | 0.63 |
| Hex | C0 | CC | 73 | 6 | 0 | 2C | 14 | 44 | 2F | 3F |
| Octal | 300 | 314 | 163 | 6 | 0 | 54 | 24 | 104 | 57 | 77 |
| Binary | 11000000 | 11001100 | 1110011 | 110 | 0 | 101100 | 10100 | 1000100 | 101111 | 111111 |
Color Harmonies of #C0CC73
Complementary color
Monochromatic Colors of #C0CC73
Black with #C0CC73
Text Example
Text Example
White with #C0CC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC73; }
p { color: rgb(192,204,115); }
H1.HeaderClassName
{
color: #C0CC73;
}
.AnyTagClassName
{
color: #C0CC73;
}
</style>
background-color css
<style>
a { background-color: #C0CC73; }
a { background-color: rgb(192,204,115); }
div.DivClassName
{
background-color: #C0CC73;
}
.BgClassName
{
background-color: #C0CC73;
}
</style>
border-color css
<style>
span { border-color: #C0CC73; }
span { border-color: rgb(192,204,115); }
td.TdClassName
{
border-color: #C0CC73;
}
.TagClassName
{
border-color: #C0CC73;
}
</style>