Shades of Green Mist #C4C19B
Tints of Green Mist #C4C19B
RGB
CMYK
RGB Variations
Color information
#C4C19B (or 0xC4C19B) is known color: Green Mist. HEX triplet: C4, C1 and 9B. RGB value is (196,193,155). Sum of RGB (Red+Green+Blue) = 196+193+155=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C19B is #3B3E64. Grayscale: #BDBDBD. Windows color (decimal): -3882597 or 10207684. OLE color: 10207684.
HSL color Cylindrical-coordinate representation of color #C4C19B: hue angle of 55.61º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4C19B is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 193 | 155 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.23 |
| HSL | 55.61º | 0.26% | 0.69% | - |
| HSV(B) | 55.61º | 0.21% | 0.77% | - |
| XYZ | 47.75 | 52.24 | 38.58 | - |
| YUV | 189.57 | 108.49 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 155 | 0 | 0.02 | 0.21 | 0.23 | 55.61 | 0.26 | 0.69 |
| Hex | C4 | C1 | 9B | 0 | 2 | 15 | 17 | 38 | 1A | 45 |
| Octal | 304 | 301 | 233 | 0 | 2 | 25 | 27 | 70 | 32 | 105 |
| Binary | 11000100 | 11000001 | 10011011 | 0 | 10 | 10101 | 10111 | 111000 | 11010 | 1000101 |
Color Harmonies of #C4C19B
Complementary color
Monochromatic Colors of #C4C19B
Black with #C4C19B
Text Example
Text Example
White with #C4C19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C19B; }
p { color: rgb(196,193,155); }
H1.HeaderClassName
{
color: #C4C19B;
}
.AnyTagClassName
{
color: #C4C19B;
}
</style>
background-color css
<style>
a { background-color: #C4C19B; }
a { background-color: rgb(196,193,155); }
div.DivClassName
{
background-color: #C4C19B;
}
.BgClassName
{
background-color: #C4C19B;
}
</style>
border-color css
<style>
span { border-color: #C4C19B; }
span { border-color: rgb(196,193,155); }
td.TdClassName
{
border-color: #C4C19B;
}
.TagClassName
{
border-color: #C4C19B;
}
</style>