Shades of Green Mist #C3C28C
Tints of Green Mist #C3C28C
RGB
CMYK
RGB Variations
Color information
#C3C28C (or 0xC3C28C) is known color: Green Mist. HEX triplet: C3, C2 and 8C. RGB value is (195,194,140). Sum of RGB (Red+Green+Blue) = 195+194+140=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C28C is #3C3D73. Grayscale: #BCBCBC. Windows color (decimal): -3947892 or 9224899. OLE color: 9224899.
HSL color Cylindrical-coordinate representation of color #C3C28C: hue angle of 58.91º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3C28C is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 140 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.24 |
| HSL | 58.91º | 0.31% | 0.66% | - |
| HSV(B) | 58.91º | 0.28% | 0.76% | - |
| XYZ | 46.53 | 52.08 | 32.41 | - |
| YUV | 188.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 140 | 0 | 0.01 | 0.28 | 0.24 | 58.91 | 0.31 | 0.66 |
| Hex | C3 | C2 | 8C | 0 | 1 | 1C | 18 | 3B | 1F | 42 |
| Octal | 303 | 302 | 214 | 0 | 1 | 34 | 30 | 73 | 37 | 102 |
| Binary | 11000011 | 11000010 | 10001100 | 0 | 1 | 11100 | 11000 | 111011 | 11111 | 1000010 |
Color Harmonies of #C3C28C
Complementary color
Monochromatic Colors of #C3C28C
Black with #C3C28C
Text Example
Text Example
White with #C3C28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C28C; }
p { color: rgb(195,194,140); }
H1.HeaderClassName
{
color: #C3C28C;
}
.AnyTagClassName
{
color: #C3C28C;
}
</style>
background-color css
<style>
a { background-color: #C3C28C; }
a { background-color: rgb(195,194,140); }
div.DivClassName
{
background-color: #C3C28C;
}
.BgClassName
{
background-color: #C3C28C;
}
</style>
border-color css
<style>
span { border-color: #C3C28C; }
span { border-color: rgb(195,194,140); }
td.TdClassName
{
border-color: #C3C28C;
}
.TagClassName
{
border-color: #C3C28C;
}
</style>