Shades of Pine Glade #C0CC74
Tints of Pine Glade #C0CC74
RGB
CMYK
RGB Variations
Color information
#C0CC74 (or 0xC0CC74) is known color: Pine Glade. HEX triplet: C0, CC and 74. RGB value is (192,204,116). Sum of RGB (Red+Green+Blue) = 192+204+116=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CC74 is #3F338B. Grayscale: #BEBEBE. Windows color (decimal): -4141964 or 7654592. OLE color: 7654592.
HSL color Cylindrical-coordinate representation of color #C0CC74: hue angle of 68.18º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0CC74 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 116 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.2 |
| HSL | 68.18º | 0.46% | 0.63% | - |
| HSV(B) | 68.18º | 0.43% | 0.8% | - |
| XYZ | 46.48 | 55.65 | 24.82 | - |
| YUV | 190.38 | 86.02 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 116 | 0.06 | 0 | 0.43 | 0.2 | 68.18 | 0.46 | 0.63 |
| Hex | C0 | CC | 74 | 6 | 0 | 2B | 14 | 44 | 2E | 3F |
| Octal | 300 | 314 | 164 | 6 | 0 | 53 | 24 | 104 | 56 | 77 |
| Binary | 11000000 | 11001100 | 1110100 | 110 | 0 | 101011 | 10100 | 1000100 | 101110 | 111111 |
Color Harmonies of #C0CC74
Complementary color
Monochromatic Colors of #C0CC74
Black with #C0CC74
Text Example
Text Example
White with #C0CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC74; }
p { color: rgb(192,204,116); }
H1.HeaderClassName
{
color: #C0CC74;
}
.AnyTagClassName
{
color: #C0CC74;
}
</style>
background-color css
<style>
a { background-color: #C0CC74; }
a { background-color: rgb(192,204,116); }
div.DivClassName
{
background-color: #C0CC74;
}
.BgClassName
{
background-color: #C0CC74;
}
</style>
border-color css
<style>
span { border-color: #C0CC74; }
span { border-color: rgb(192,204,116); }
td.TdClassName
{
border-color: #C0CC74;
}
.TagClassName
{
border-color: #C0CC74;
}
</style>