Shades of Green Mist #C3CB91
Tints of Green Mist #C3CB91
RGB
CMYK
RGB Variations
Color information
#C3CB91 (or 0xC3CB91) is known color: Green Mist. HEX triplet: C3, CB and 91. RGB value is (195,203,145). Sum of RGB (Red+Green+Blue) = 195+203+145=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CB91 is #3C346E. Grayscale: #C2C2C2. Windows color (decimal): -3945583 or 9554883. OLE color: 9554883.
HSL color Cylindrical-coordinate representation of color #C3CB91: hue angle of 68.28º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3CB91 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 203 | 145 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.20 |
| HSL | 68.28º | 0.36% | 0.68% | - |
| HSV(B) | 68.28º | 0.29% | 0.8% | - |
| XYZ | 48.97 | 56.36 | 35.09 | - |
| YUV | 194 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 145 | 0.04 | 0 | 0.29 | 0.20 | 68.28 | 0.36 | 0.68 |
| Hex | C3 | CB | 91 | 4 | 0 | 1D | 14 | 44 | 24 | 44 |
| Octal | 303 | 313 | 221 | 4 | 0 | 35 | 24 | 104 | 44 | 104 |
| Binary | 11000011 | 11001011 | 10010001 | 100 | 0 | 11101 | 10100 | 1000100 | 100100 | 1000100 |
Color Harmonies of #C3CB91
Complementary color
Monochromatic Colors of #C3CB91
Black with #C3CB91
Text Example
Text Example
White with #C3CB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CB91; }
p { color: rgb(195,203,145); }
H1.HeaderClassName
{
color: #C3CB91;
}
.AnyTagClassName
{
color: #C3CB91;
}
</style>
background-color css
<style>
a { background-color: #C3CB91; }
a { background-color: rgb(195,203,145); }
div.DivClassName
{
background-color: #C3CB91;
}
.BgClassName
{
background-color: #C3CB91;
}
</style>
border-color css
<style>
span { border-color: #C3CB91; }
span { border-color: rgb(195,203,145); }
td.TdClassName
{
border-color: #C3CB91;
}
.TagClassName
{
border-color: #C3CB91;
}
</style>