Shades of Green Mist #C3CA9B
Tints of Green Mist #C3CA9B
RGB
CMYK
RGB Variations
Color information
#C3CA9B (or 0xC3CA9B) is known color: Green Mist. HEX triplet: C3, CA and 9B. RGB value is (195,202,155). Sum of RGB (Red+Green+Blue) = 195+202+155=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CA9B is #3C3564. Grayscale: #C2C2C2. Windows color (decimal): -3945829 or 10209987. OLE color: 10209987.
HSL color Cylindrical-coordinate representation of color #C3CA9B: hue angle of 68.94º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3CA9B is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 202 | 155 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.21 |
| HSL | 68.94º | 0.31% | 0.7% | - |
| HSV(B) | 68.94º | 0.23% | 0.79% | - |
| XYZ | 49.54 | 56.21 | 39.25 | - |
| YUV | 194.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 202 | 155 | 0.03 | 0 | 0.23 | 0.21 | 68.94 | 0.31 | 0.7 |
| Hex | C3 | CA | 9B | 3 | 0 | 17 | 15 | 45 | 1F | 46 |
| Octal | 303 | 312 | 233 | 3 | 0 | 27 | 25 | 105 | 37 | 106 |
| Binary | 11000011 | 11001010 | 10011011 | 11 | 0 | 10111 | 10101 | 1000101 | 11111 | 1000110 |
Color Harmonies of #C3CA9B
Complementary color
Monochromatic Colors of #C3CA9B
Black with #C3CA9B
Text Example
Text Example
White with #C3CA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CA9B; }
p { color: rgb(195,202,155); }
H1.HeaderClassName
{
color: #C3CA9B;
}
.AnyTagClassName
{
color: #C3CA9B;
}
</style>
background-color css
<style>
a { background-color: #C3CA9B; }
a { background-color: rgb(195,202,155); }
div.DivClassName
{
background-color: #C3CA9B;
}
.BgClassName
{
background-color: #C3CA9B;
}
</style>
border-color css
<style>
span { border-color: #C3CA9B; }
span { border-color: rgb(195,202,155); }
td.TdClassName
{
border-color: #C3CA9B;
}
.TagClassName
{
border-color: #C3CA9B;
}
</style>