Shades of Green Mist #C6C29A
Tints of Green Mist #C6C29A
RGB
CMYK
RGB Variations
Color information
#C6C29A (or 0xC6C29A) is known color: Green Mist. HEX triplet: C6, C2 and 9A. RGB value is (198,194,154). Sum of RGB (Red+Green+Blue) = 198+194+154=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C29A is #393D65. Grayscale: #BEBEBE. Windows color (decimal): -3751270 or 10142406. OLE color: 10142406.
HSL color Cylindrical-coordinate representation of color #C6C29A: hue angle of 54.55º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6C29A is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 194 | 154 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.22 |
| HSL | 54.55º | 0.28% | 0.69% | - |
| HSV(B) | 54.55º | 0.22% | 0.78% | - |
| XYZ | 48.41 | 52.92 | 38.24 | - |
| YUV | 190.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 154 | 0 | 0.02 | 0.22 | 0.22 | 54.55 | 0.28 | 0.69 |
| Hex | C6 | C2 | 9A | 0 | 2 | 16 | 16 | 37 | 1C | 45 |
| Octal | 306 | 302 | 232 | 0 | 2 | 26 | 26 | 67 | 34 | 105 |
| Binary | 11000110 | 11000010 | 10011010 | 0 | 10 | 10110 | 10110 | 110111 | 11100 | 1000101 |
Color Harmonies of #C6C29A
Complementary color
Monochromatic Colors of #C6C29A
Black with #C6C29A
Text Example
Text Example
White with #C6C29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C29A; }
p { color: rgb(198,194,154); }
H1.HeaderClassName
{
color: #C6C29A;
}
.AnyTagClassName
{
color: #C6C29A;
}
</style>
background-color css
<style>
a { background-color: #C6C29A; }
a { background-color: rgb(198,194,154); }
div.DivClassName
{
background-color: #C6C29A;
}
.BgClassName
{
background-color: #C6C29A;
}
</style>
border-color css
<style>
span { border-color: #C6C29A; }
span { border-color: rgb(198,194,154); }
td.TdClassName
{
border-color: #C6C29A;
}
.TagClassName
{
border-color: #C6C29A;
}
</style>