Shades of Green Mist #C4C48F
Tints of Green Mist #C4C48F
RGB
CMYK
RGB Variations
Color information
#C4C48F (or 0xC4C48F) is known color: Green Mist. HEX triplet: C4, C4 and 8F. RGB value is (196,196,143). Sum of RGB (Red+Green+Blue) = 196+196+143=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 196 - color contains mainly: red, green. Hex color #C4C48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C48F is #3B3B70. Grayscale: #BEBEBE. Windows color (decimal): -3881841 or 9422020. OLE color: 9422020.
HSL color Cylindrical-coordinate representation of color #C4C48F: hue angle of 60º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4C48F is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 196 | 143 | - |
| CMYK | 0 | 0 | 0.27 | 0.23 |
| HSL | 60º | 0.31% | 0.66% | - |
| HSV(B) | 60º | 0.27% | 0.77% | - |
| XYZ | 47.46 | 53.2 | 33.75 | - |
| YUV | 189.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 196 | 143 | 0 | 0 | 0.27 | 0.23 | 60 | 0.31 | 0.66 |
| Hex | C4 | C4 | 8F | 0 | 0 | 1B | 17 | 3C | 1F | 42 |
| Octal | 304 | 304 | 217 | 0 | 0 | 33 | 27 | 74 | 37 | 102 |
| Binary | 11000100 | 11000100 | 10001111 | 0 | 0 | 11011 | 10111 | 111100 | 11111 | 1000010 |
Color Harmonies of #C4C48F
Complementary color
Monochromatic Colors of #C4C48F
Black with #C4C48F
Text Example
Text Example
White with #C4C48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C48F; }
p { color: rgb(196,196,143); }
H1.HeaderClassName
{
color: #C4C48F;
}
.AnyTagClassName
{
color: #C4C48F;
}
</style>
background-color css
<style>
a { background-color: #C4C48F; }
a { background-color: rgb(196,196,143); }
div.DivClassName
{
background-color: #C4C48F;
}
.BgClassName
{
background-color: #C4C48F;
}
</style>
border-color css
<style>
span { border-color: #C4C48F; }
span { border-color: rgb(196,196,143); }
td.TdClassName
{
border-color: #C4C48F;
}
.TagClassName
{
border-color: #C4C48F;
}
</style>