Shades of Green Mist #C2C48B
Tints of Green Mist #C2C48B
RGB
CMYK
RGB Variations
Color information
#C2C48B (or 0xC2C48B) is known color: Green Mist. HEX triplet: C2, C4 and 8B. RGB value is (194,196,139). Sum of RGB (Red+Green+Blue) = 194+196+139=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C48B is #3D3B74. Grayscale: #BDBDBD. Windows color (decimal): -4012917 or 9159874. OLE color: 9159874.
HSL color Cylindrical-coordinate representation of color #C2C48B: hue angle of 62.11º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2C48B is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 139 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.23 |
| HSL | 62.11º | 0.33% | 0.66% | - |
| HSV(B) | 62.11º | 0.29% | 0.77% | - |
| XYZ | 46.65 | 52.81 | 32.16 | - |
| YUV | 188.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 139 | 0.01 | 0 | 0.29 | 0.23 | 62.11 | 0.33 | 0.66 |
| Hex | C2 | C4 | 8B | 1 | 0 | 1D | 17 | 3E | 21 | 42 |
| Octal | 302 | 304 | 213 | 1 | 0 | 35 | 27 | 76 | 41 | 102 |
| Binary | 11000010 | 11000100 | 10001011 | 1 | 0 | 11101 | 10111 | 111110 | 100001 | 1000010 |
Color Harmonies of #C2C48B
Complementary color
Monochromatic Colors of #C2C48B
Black with #C2C48B
Text Example
Text Example
White with #C2C48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C48B; }
p { color: rgb(194,196,139); }
H1.HeaderClassName
{
color: #C2C48B;
}
.AnyTagClassName
{
color: #C2C48B;
}
</style>
background-color css
<style>
a { background-color: #C2C48B; }
a { background-color: rgb(194,196,139); }
div.DivClassName
{
background-color: #C2C48B;
}
.BgClassName
{
background-color: #C2C48B;
}
</style>
border-color css
<style>
span { border-color: #C2C48B; }
span { border-color: rgb(194,196,139); }
td.TdClassName
{
border-color: #C2C48B;
}
.TagClassName
{
border-color: #C2C48B;
}
</style>