Shades of Green Mist #C4CB9D
Tints of Green Mist #C4CB9D
RGB
CMYK
RGB Variations
Color information
#C4CB9D (or 0xC4CB9D) is known color: Green Mist. HEX triplet: C4, CB and 9D. RGB value is (196,203,157). Sum of RGB (Red+Green+Blue) = 196+203+157=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CB9D is #3B3462. Grayscale: #C3C3C3. Windows color (decimal): -3880035 or 10341316. OLE color: 10341316.
HSL color Cylindrical-coordinate representation of color #C4CB9D: hue angle of 69.13º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4CB9D is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 157 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.20 |
| HSL | 69.13º | 0.31% | 0.71% | - |
| HSV(B) | 69.13º | 0.23% | 0.8% | - |
| XYZ | 50.21 | 56.88 | 40.23 | - |
| YUV | 195.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 157 | 0.03 | 0 | 0.23 | 0.20 | 69.13 | 0.31 | 0.71 |
| Hex | C4 | CB | 9D | 3 | 0 | 17 | 14 | 45 | 1F | 47 |
| Octal | 304 | 313 | 235 | 3 | 0 | 27 | 24 | 105 | 37 | 107 |
| Binary | 11000100 | 11001011 | 10011101 | 11 | 0 | 10111 | 10100 | 1000101 | 11111 | 1000111 |
Color Harmonies of #C4CB9D
Complementary color
Monochromatic Colors of #C4CB9D
Black with #C4CB9D
Text Example
Text Example
White with #C4CB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CB9D; }
p { color: rgb(196,203,157); }
H1.HeaderClassName
{
color: #C4CB9D;
}
.AnyTagClassName
{
color: #C4CB9D;
}
</style>
background-color css
<style>
a { background-color: #C4CB9D; }
a { background-color: rgb(196,203,157); }
div.DivClassName
{
background-color: #C4CB9D;
}
.BgClassName
{
background-color: #C4CB9D;
}
</style>
border-color css
<style>
span { border-color: #C4CB9D; }
span { border-color: rgb(196,203,157); }
td.TdClassName
{
border-color: #C4CB9D;
}
.TagClassName
{
border-color: #C4CB9D;
}
</style>