Shades of Green Mist #C3CB95
Tints of Green Mist #C3CB95
RGB
CMYK
RGB Variations
Color information
#C3CB95 (or 0xC3CB95) is known color: Green Mist. HEX triplet: C3, CB and 95. RGB value is (195,203,149). Sum of RGB (Red+Green+Blue) = 195+203+149=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CB95 is #3C346A. Grayscale: #C2C2C2. Windows color (decimal): -3945579 or 9817027. OLE color: 9817027.
HSL color Cylindrical-coordinate representation of color #C3CB95: hue angle of 68.89º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3CB95 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 203 | 149 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.20 |
| HSL | 68.89º | 0.34% | 0.69% | - |
| HSV(B) | 68.89º | 0.27% | 0.8% | - |
| XYZ | 49.29 | 56.48 | 36.74 | - |
| YUV | 194.45 | 102.35 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 149 | 0.04 | 0 | 0.27 | 0.20 | 68.89 | 0.34 | 0.69 |
| Hex | C3 | CB | 95 | 4 | 0 | 1B | 14 | 45 | 22 | 45 |
| Octal | 303 | 313 | 225 | 4 | 0 | 33 | 24 | 105 | 42 | 105 |
| Binary | 11000011 | 11001011 | 10010101 | 100 | 0 | 11011 | 10100 | 1000101 | 100010 | 1000101 |
Color Harmonies of #C3CB95
Complementary color
Monochromatic Colors of #C3CB95
Black with #C3CB95
Text Example
Text Example
White with #C3CB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CB95; }
p { color: rgb(195,203,149); }
H1.HeaderClassName
{
color: #C3CB95;
}
.AnyTagClassName
{
color: #C3CB95;
}
</style>
background-color css
<style>
a { background-color: #C3CB95; }
a { background-color: rgb(195,203,149); }
div.DivClassName
{
background-color: #C3CB95;
}
.BgClassName
{
background-color: #C3CB95;
}
</style>
border-color css
<style>
span { border-color: #C3CB95; }
span { border-color: rgb(195,203,149); }
td.TdClassName
{
border-color: #C3CB95;
}
.TagClassName
{
border-color: #C3CB95;
}
</style>