Shades of Green Mist #C7C490
Tints of Green Mist #C7C490
RGB
CMYK
RGB Variations
Color information
#C7C490 (or 0xC7C490) is known color: Green Mist. HEX triplet: C7, C4 and 90. RGB value is (199,196,144). Sum of RGB (Red+Green+Blue) = 199+196+144=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C490 is #383B6F. Grayscale: #BFBFBF. Windows color (decimal): -3685232 or 9487559. OLE color: 9487559.
HSL color Cylindrical-coordinate representation of color #C7C490: hue angle of 56.73º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7C490 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 196 | 144 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.22 |
| HSL | 56.73º | 0.33% | 0.67% | - |
| HSV(B) | 56.73º | 0.28% | 0.78% | - |
| XYZ | 48.33 | 53.64 | 34.19 | - |
| YUV | 190.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 196 | 144 | 0 | 0.02 | 0.28 | 0.22 | 56.73 | 0.33 | 0.67 |
| Hex | C7 | C4 | 90 | 0 | 2 | 1C | 16 | 39 | 21 | 43 |
| Octal | 307 | 304 | 220 | 0 | 2 | 34 | 26 | 71 | 41 | 103 |
| Binary | 11000111 | 11000100 | 10010000 | 0 | 10 | 11100 | 10110 | 111001 | 100001 | 1000011 |
Color Harmonies of #C7C490
Complementary color
Monochromatic Colors of #C7C490
Black with #C7C490
Text Example
Text Example
White with #C7C490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C490; }
p { color: rgb(199,196,144); }
H1.HeaderClassName
{
color: #C7C490;
}
.AnyTagClassName
{
color: #C7C490;
}
</style>
background-color css
<style>
a { background-color: #C7C490; }
a { background-color: rgb(199,196,144); }
div.DivClassName
{
background-color: #C7C490;
}
.BgClassName
{
background-color: #C7C490;
}
</style>
border-color css
<style>
span { border-color: #C7C490; }
span { border-color: rgb(199,196,144); }
td.TdClassName
{
border-color: #C7C490;
}
.TagClassName
{
border-color: #C7C490;
}
</style>