Shades of Green Mist #C3C28F
Tints of Green Mist #C3C28F
RGB
CMYK
RGB Variations
Color information
#C3C28F (or 0xC3C28F) is known color: Green Mist. HEX triplet: C3, C2 and 8F. RGB value is (195,194,143). Sum of RGB (Red+Green+Blue) = 195+194+143=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C28F is #3C3D70. Grayscale: #BCBCBC. Windows color (decimal): -3947889 or 9421507. OLE color: 9421507.
HSL color Cylindrical-coordinate representation of color #C3C28F: hue angle of 58.85º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3C28F is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 143 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.24 |
| HSL | 58.85º | 0.3% | 0.66% | - |
| HSV(B) | 58.85º | 0.27% | 0.76% | - |
| XYZ | 46.76 | 52.17 | 33.59 | - |
| YUV | 188.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 143 | 0 | 0.01 | 0.27 | 0.24 | 58.85 | 0.3 | 0.66 |
| Hex | C3 | C2 | 8F | 0 | 1 | 1B | 18 | 3B | 1E | 42 |
| Octal | 303 | 302 | 217 | 0 | 1 | 33 | 30 | 73 | 36 | 102 |
| Binary | 11000011 | 11000010 | 10001111 | 0 | 1 | 11011 | 11000 | 111011 | 11110 | 1000010 |
Color Harmonies of #C3C28F
Complementary color
Monochromatic Colors of #C3C28F
Black with #C3C28F
Text Example
Text Example
White with #C3C28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C28F; }
p { color: rgb(195,194,143); }
H1.HeaderClassName
{
color: #C3C28F;
}
.AnyTagClassName
{
color: #C3C28F;
}
</style>
background-color css
<style>
a { background-color: #C3C28F; }
a { background-color: rgb(195,194,143); }
div.DivClassName
{
background-color: #C3C28F;
}
.BgClassName
{
background-color: #C3C28F;
}
</style>
border-color css
<style>
span { border-color: #C3C28F; }
span { border-color: rgb(195,194,143); }
td.TdClassName
{
border-color: #C3C28F;
}
.TagClassName
{
border-color: #C3C28F;
}
</style>