Shades of Green Mist #C7C492
Tints of Green Mist #C7C492
RGB
CMYK
RGB Variations
Color information
#C7C492 (or 0xC7C492) is known color: Green Mist. HEX triplet: C7, C4 and 92. RGB value is (199,196,146). Sum of RGB (Red+Green+Blue) = 199+196+146=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C492 is #383B6D. Grayscale: #BFBFBF. Windows color (decimal): -3685230 or 9618631. OLE color: 9618631.
HSL color Cylindrical-coordinate representation of color #C7C492: hue angle of 56.6º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7C492 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 196 | 146 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.22 |
| HSL | 56.6º | 0.32% | 0.68% | - |
| HSV(B) | 56.6º | 0.27% | 0.78% | - |
| XYZ | 48.48 | 53.7 | 35 | - |
| YUV | 191.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 196 | 146 | 0 | 0.02 | 0.27 | 0.22 | 56.6 | 0.32 | 0.68 |
| Hex | C7 | C4 | 92 | 0 | 2 | 1B | 16 | 39 | 20 | 44 |
| Octal | 307 | 304 | 222 | 0 | 2 | 33 | 26 | 71 | 40 | 104 |
| Binary | 11000111 | 11000100 | 10010010 | 0 | 10 | 11011 | 10110 | 111001 | 100000 | 1000100 |
Color Harmonies of #C7C492
Complementary color
Monochromatic Colors of #C7C492
Black with #C7C492
Text Example
Text Example
White with #C7C492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C492; }
p { color: rgb(199,196,146); }
H1.HeaderClassName
{
color: #C7C492;
}
.AnyTagClassName
{
color: #C7C492;
}
</style>
background-color css
<style>
a { background-color: #C7C492; }
a { background-color: rgb(199,196,146); }
div.DivClassName
{
background-color: #C7C492;
}
.BgClassName
{
background-color: #C7C492;
}
</style>
border-color css
<style>
span { border-color: #C7C492; }
span { border-color: rgb(199,196,146); }
td.TdClassName
{
border-color: #C7C492;
}
.TagClassName
{
border-color: #C7C492;
}
</style>