Shades of Green Mist #C4D098
Tints of Green Mist #C4D098
RGB
CMYK
RGB Variations
Color information
#C4D098 (or 0xC4D098) is known color: Green Mist. HEX triplet: C4, D0 and 98. RGB value is (196,208,152). Sum of RGB (Red+Green+Blue) = 196+208+152=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D098 is #3B2F67. Grayscale: #C6C6C6. Windows color (decimal): -3878760 or 10014916. OLE color: 10014916.
HSL color Cylindrical-coordinate representation of color #C4D098: hue angle of 72.86º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4D098 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 152 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.18 |
| HSL | 72.86º | 0.37% | 0.71% | - |
| HSV(B) | 72.86º | 0.27% | 0.82% | - |
| XYZ | 50.99 | 59.11 | 38.43 | - |
| YUV | 198.03 | 102.02 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 152 | 0.06 | 0 | 0.27 | 0.18 | 72.86 | 0.37 | 0.71 |
| Hex | C4 | D0 | 98 | 6 | 0 | 1B | 12 | 49 | 25 | 47 |
| Octal | 304 | 320 | 230 | 6 | 0 | 33 | 22 | 111 | 45 | 107 |
| Binary | 11000100 | 11010000 | 10011000 | 110 | 0 | 11011 | 10010 | 1001001 | 100101 | 1000111 |
Color Harmonies of #C4D098
Complementary color
Monochromatic Colors of #C4D098
Black with #C4D098
Text Example
Text Example
White with #C4D098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D098; }
p { color: rgb(196,208,152); }
H1.HeaderClassName
{
color: #C4D098;
}
.AnyTagClassName
{
color: #C4D098;
}
</style>
background-color css
<style>
a { background-color: #C4D098; }
a { background-color: rgb(196,208,152); }
div.DivClassName
{
background-color: #C4D098;
}
.BgClassName
{
background-color: #C4D098;
}
</style>
border-color css
<style>
span { border-color: #C4D098; }
span { border-color: rgb(196,208,152); }
td.TdClassName
{
border-color: #C4D098;
}
.TagClassName
{
border-color: #C4D098;
}
</style>