Shades of Green Mist #C9CA98
Tints of Green Mist #C9CA98
RGB
CMYK
RGB Variations
Color information
#C9CA98 (or 0xC9CA98) is known color: Green Mist. HEX triplet: C9, CA and 98. RGB value is (201,202,152). Sum of RGB (Red+Green+Blue) = 201+202+152=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CA98 is #363567. Grayscale: #C4C4C4. Windows color (decimal): -3552616 or 10013385. OLE color: 10013385.
HSL color Cylindrical-coordinate representation of color #C9CA98: hue angle of 61.2º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9CA98 is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 152 | - |
| CMYK | 0.00 | 0 | 0.25 | 0.21 |
| HSL | 61.2º | 0.32% | 0.69% | - |
| HSV(B) | 61.2º | 0.25% | 0.79% | - |
| XYZ | 50.88 | 56.93 | 38.01 | - |
| YUV | 196 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 152 | 0.00 | 0 | 0.25 | 0.21 | 61.2 | 0.32 | 0.69 |
| Hex | C9 | CA | 98 | 0 | 0 | 19 | 15 | 3D | 20 | 45 |
| Octal | 311 | 312 | 230 | 0 | 0 | 31 | 25 | 75 | 40 | 105 |
| Binary | 11001001 | 11001010 | 10011000 | 0 | 0 | 11001 | 10101 | 111101 | 100000 | 1000101 |
Color Harmonies of #C9CA98
Complementary color
Monochromatic Colors of #C9CA98
Black with #C9CA98
Text Example
Text Example
White with #C9CA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CA98; }
p { color: rgb(201,202,152); }
H1.HeaderClassName
{
color: #C9CA98;
}
.AnyTagClassName
{
color: #C9CA98;
}
</style>
background-color css
<style>
a { background-color: #C9CA98; }
a { background-color: rgb(201,202,152); }
div.DivClassName
{
background-color: #C9CA98;
}
.BgClassName
{
background-color: #C9CA98;
}
</style>
border-color css
<style>
span { border-color: #C9CA98; }
span { border-color: rgb(201,202,152); }
td.TdClassName
{
border-color: #C9CA98;
}
.TagClassName
{
border-color: #C9CA98;
}
</style>