Shades of Green Mist #C0CC98
Tints of Green Mist #C0CC98
RGB
CMYK
RGB Variations
Color information
#C0CC98 (or 0xC0CC98) is known color: Green Mist. HEX triplet: C0, CC and 98. RGB value is (192,204,152). Sum of RGB (Red+Green+Blue) = 192+204+152=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CC98 is #3F3367. Grayscale: #C2C2C2. Windows color (decimal): -4141928 or 10013888. OLE color: 10013888.
HSL color Cylindrical-coordinate representation of color #C0CC98: hue angle of 73.85º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0CC98 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
RGB | 192 | 204 | 152 | - |
CMYK | 0.06 | 0 | 0.25 | 0.2 |
HSL | 73.85º | 0.34% | 0.7% | - |
HSV(B) | 73.85º | 0.25% | 0.8% | - |
XYZ | 49 | 56.66 | 38.06 | - |
YUV | 194.48 | 104.02 | 126.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 204 | 152 | 0.06 | 0 | 0.25 | 0.2 | 73.85 | 0.34 | 0.7 |
Hex | C0 | CC | 98 | 6 | 0 | 19 | 14 | 4A | 22 | 46 |
Octal | 300 | 314 | 230 | 6 | 0 | 31 | 24 | 112 | 42 | 106 |
Binary | 11000000 | 11001100 | 10011000 | 110 | 0 | 11001 | 10100 | 1001010 | 100010 | 1000110 |
Color Harmonies of #C0CC98
Complementary color
Monochromatic Colors of #C0CC98
Black with #C0CC98
Text Example
Text Example
White with #C0CC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC98; }
p { color: rgb(192,204,152); }
H1.HeaderClassName
{
color: #C0CC98;
}
.AnyTagClassName
{
color: #C0CC98;
}
</style>
background-color css
<style>
a { background-color: #C0CC98; }
a { background-color: rgb(192,204,152); }
div.DivClassName
{
background-color: #C0CC98;
}
.BgClassName
{
background-color: #C0CC98;
}
</style>
border-color css
<style>
span { border-color: #C0CC98; }
span { border-color: rgb(192,204,152); }
td.TdClassName
{
border-color: #C0CC98;
}
.TagClassName
{
border-color: #C0CC98;
}
</style>