Shades of Green Mist #C3C390
Tints of Green Mist #C3C390
RGB
CMYK
RGB Variations
Color information
#C3C390 (or 0xC3C390) is known color: Green Mist. HEX triplet: C3, C3 and 90. RGB value is (195,195,144). Sum of RGB (Red+Green+Blue) = 195+195+144=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C390 is #3C3C6F. Grayscale: #BDBDBD. Windows color (decimal): -3947632 or 9487299. OLE color: 9487299.
HSL color Cylindrical-coordinate representation of color #C3C390: hue angle of 60º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3C390 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 195 | 144 | - |
| CMYK | 0 | 0 | 0.26 | 0.24 |
| HSL | 60º | 0.3% | 0.66% | - |
| HSV(B) | 60º | 0.26% | 0.76% | - |
| XYZ | 47.05 | 52.65 | 34.07 | - |
| YUV | 189.19 | 102.5 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 195 | 144 | 0 | 0 | 0.26 | 0.24 | 60 | 0.3 | 0.66 |
| Hex | C3 | C3 | 90 | 0 | 0 | 1A | 18 | 3C | 1E | 42 |
| Octal | 303 | 303 | 220 | 0 | 0 | 32 | 30 | 74 | 36 | 102 |
| Binary | 11000011 | 11000011 | 10010000 | 0 | 0 | 11010 | 11000 | 111100 | 11110 | 1000010 |
Color Harmonies of #C3C390
Complementary color
Monochromatic Colors of #C3C390
Black with #C3C390
Text Example
Text Example
White with #C3C390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C390; }
p { color: rgb(195,195,144); }
H1.HeaderClassName
{
color: #C3C390;
}
.AnyTagClassName
{
color: #C3C390;
}
</style>
background-color css
<style>
a { background-color: #C3C390; }
a { background-color: rgb(195,195,144); }
div.DivClassName
{
background-color: #C3C390;
}
.BgClassName
{
background-color: #C3C390;
}
</style>
border-color css
<style>
span { border-color: #C3C390; }
span { border-color: rgb(195,195,144); }
td.TdClassName
{
border-color: #C3C390;
}
.TagClassName
{
border-color: #C3C390;
}
</style>