Shades of Green Mist #C9CB94
Tints of Green Mist #C9CB94
RGB
CMYK
RGB Variations
Color information
#C9CB94 (or 0xC9CB94) is known color: Green Mist. HEX triplet: C9, CB and 94. RGB value is (201,203,148). Sum of RGB (Red+Green+Blue) = 201+203+148=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CB94 is #36346B. Grayscale: #C4C4C4. Windows color (decimal): -3552364 or 9751497. OLE color: 9751497.
HSL color Cylindrical-coordinate representation of color #C9CB94: hue angle of 62.18º 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 #C9CB94 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 203 | 148 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.20 |
| HSL | 62.18º | 0.35% | 0.69% | - |
| HSV(B) | 62.18º | 0.27% | 0.8% | - |
| XYZ | 50.79 | 57.27 | 36.39 | - |
| YUV | 196.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 148 | 0.01 | 0 | 0.27 | 0.20 | 62.18 | 0.35 | 0.69 |
| Hex | C9 | CB | 94 | 1 | 0 | 1B | 14 | 3E | 23 | 45 |
| Octal | 311 | 313 | 224 | 1 | 0 | 33 | 24 | 76 | 43 | 105 |
| Binary | 11001001 | 11001011 | 10010100 | 1 | 0 | 11011 | 10100 | 111110 | 100011 | 1000101 |
Color Harmonies of #C9CB94
Complementary color
Monochromatic Colors of #C9CB94
Black with #C9CB94
Text Example
Text Example
White with #C9CB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CB94; }
p { color: rgb(201,203,148); }
H1.HeaderClassName
{
color: #C9CB94;
}
.AnyTagClassName
{
color: #C9CB94;
}
</style>
background-color css
<style>
a { background-color: #C9CB94; }
a { background-color: rgb(201,203,148); }
div.DivClassName
{
background-color: #C9CB94;
}
.BgClassName
{
background-color: #C9CB94;
}
</style>
border-color css
<style>
span { border-color: #C9CB94; }
span { border-color: rgb(201,203,148); }
td.TdClassName
{
border-color: #C9CB94;
}
.TagClassName
{
border-color: #C9CB94;
}
</style>