Shades of Green Mist #C4CB94
Tints of Green Mist #C4CB94
RGB
CMYK
RGB Variations
Color information
#C4CB94 (or 0xC4CB94) is known color: Green Mist. HEX triplet: C4, CB and 94. RGB value is (196,203,148). Sum of RGB (Red+Green+Blue) = 196+203+148=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CB94 is #3B346B. Grayscale: #C2C2C2. Windows color (decimal): -3880044 or 9751492. OLE color: 9751492.
HSL color Cylindrical-coordinate representation of color #C4CB94: hue angle of 67.64º degrees, saturation: 0.35, 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 #C4CB94 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 148 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.20 |
| HSL | 67.64º | 0.35% | 0.69% | - |
| HSV(B) | 67.64º | 0.27% | 0.8% | - |
| XYZ | 49.47 | 56.59 | 36.33 | - |
| YUV | 194.64 | 101.68 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 148 | 0.03 | 0 | 0.27 | 0.20 | 67.64 | 0.35 | 0.69 |
| Hex | C4 | CB | 94 | 3 | 0 | 1B | 14 | 44 | 23 | 45 |
| Octal | 304 | 313 | 224 | 3 | 0 | 33 | 24 | 104 | 43 | 105 |
| Binary | 11000100 | 11001011 | 10010100 | 11 | 0 | 11011 | 10100 | 1000100 | 100011 | 1000101 |
Color Harmonies of #C4CB94
Complementary color
Monochromatic Colors of #C4CB94
Black with #C4CB94
Text Example
Text Example
White with #C4CB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CB94; }
p { color: rgb(196,203,148); }
H1.HeaderClassName
{
color: #C4CB94;
}
.AnyTagClassName
{
color: #C4CB94;
}
</style>
background-color css
<style>
a { background-color: #C4CB94; }
a { background-color: rgb(196,203,148); }
div.DivClassName
{
background-color: #C4CB94;
}
.BgClassName
{
background-color: #C4CB94;
}
</style>
border-color css
<style>
span { border-color: #C4CB94; }
span { border-color: rgb(196,203,148); }
td.TdClassName
{
border-color: #C4CB94;
}
.TagClassName
{
border-color: #C4CB94;
}
</style>