Shades of Green Mist #C2C38B
Tints of Green Mist #C2C38B
RGB
CMYK
RGB Variations
Color information
#C2C38B (or 0xC2C38B) is known color: Green Mist. HEX triplet: C2, C3 and 8B. RGB value is (194,195,139). Sum of RGB (Red+Green+Blue) = 194+195+139=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C38B is #3D3C74. Grayscale: #BCBCBC. Windows color (decimal): -4013173 or 9159618. OLE color: 9159618.
HSL color Cylindrical-coordinate representation of color #C2C38B: hue angle of 61.07º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2C38B is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 139 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.24 |
| HSL | 61.07º | 0.32% | 0.65% | - |
| HSV(B) | 61.07º | 0.29% | 0.76% | - |
| XYZ | 46.42 | 52.36 | 32.09 | - |
| YUV | 188.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 139 | 0.01 | 0 | 0.29 | 0.24 | 61.07 | 0.32 | 0.65 |
| Hex | C2 | C3 | 8B | 1 | 0 | 1D | 18 | 3D | 20 | 41 |
| Octal | 302 | 303 | 213 | 1 | 0 | 35 | 30 | 75 | 40 | 101 |
| Binary | 11000010 | 11000011 | 10001011 | 1 | 0 | 11101 | 11000 | 111101 | 100000 | 1000001 |
Color Harmonies of #C2C38B
Complementary color
Monochromatic Colors of #C2C38B
Black with #C2C38B
Text Example
Text Example
White with #C2C38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C38B; }
p { color: rgb(194,195,139); }
H1.HeaderClassName
{
color: #C2C38B;
}
.AnyTagClassName
{
color: #C2C38B;
}
</style>
background-color css
<style>
a { background-color: #C2C38B; }
a { background-color: rgb(194,195,139); }
div.DivClassName
{
background-color: #C2C38B;
}
.BgClassName
{
background-color: #C2C38B;
}
</style>
border-color css
<style>
span { border-color: #C2C38B; }
span { border-color: rgb(194,195,139); }
td.TdClassName
{
border-color: #C2C38B;
}
.TagClassName
{
border-color: #C2C38B;
}
</style>