Shades of Green Mist #C7C298
Tints of Green Mist #C7C298
RGB
CMYK
RGB Variations
Color information
#C7C298 (or 0xC7C298) is known color: Green Mist. HEX triplet: C7, C2 and 98. RGB value is (199,194,152). Sum of RGB (Red+Green+Blue) = 199+194+152=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C298 is #383D67. Grayscale: #BEBEBE. Windows color (decimal): -3685736 or 10011335. OLE color: 10011335.
HSL color Cylindrical-coordinate representation of color #C7C298: hue angle of 53.62º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7C298 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 152 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.22 |
| HSL | 53.62º | 0.3% | 0.69% | - |
| HSV(B) | 53.62º | 0.24% | 0.78% | - |
| XYZ | 48.51 | 52.99 | 37.38 | - |
| YUV | 190.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 152 | 0 | 0.03 | 0.24 | 0.22 | 53.62 | 0.3 | 0.69 |
| Hex | C7 | C2 | 98 | 0 | 3 | 18 | 16 | 36 | 1E | 45 |
| Octal | 307 | 302 | 230 | 0 | 3 | 30 | 26 | 66 | 36 | 105 |
| Binary | 11000111 | 11000010 | 10011000 | 0 | 11 | 11000 | 10110 | 110110 | 11110 | 1000101 |
Color Harmonies of #C7C298
Complementary color
Monochromatic Colors of #C7C298
Black with #C7C298
Text Example
Text Example
White with #C7C298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C298; }
p { color: rgb(199,194,152); }
H1.HeaderClassName
{
color: #C7C298;
}
.AnyTagClassName
{
color: #C7C298;
}
</style>
background-color css
<style>
a { background-color: #C7C298; }
a { background-color: rgb(199,194,152); }
div.DivClassName
{
background-color: #C7C298;
}
.BgClassName
{
background-color: #C7C298;
}
</style>
border-color css
<style>
span { border-color: #C7C298; }
span { border-color: rgb(199,194,152); }
td.TdClassName
{
border-color: #C7C298;
}
.TagClassName
{
border-color: #C7C298;
}
</style>