Shades of Green Mist #C5C28F
Tints of Green Mist #C5C28F
RGB
CMYK
RGB Variations
Color information
#C5C28F (or 0xC5C28F) is known color: Green Mist. HEX triplet: C5, C2 and 8F. RGB value is (197,194,143). Sum of RGB (Red+Green+Blue) = 197+194+143=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C28F is #3A3D70. Grayscale: #BDBDBD. Windows color (decimal): -3816817 or 9421509. OLE color: 9421509.
HSL color Cylindrical-coordinate representation of color #C5C28F: hue angle of 56.67º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5C28F is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 143 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.23 |
| HSL | 56.67º | 0.32% | 0.67% | - |
| HSV(B) | 56.67º | 0.27% | 0.77% | - |
| XYZ | 47.28 | 52.44 | 33.62 | - |
| YUV | 189.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 143 | 0 | 0.02 | 0.27 | 0.23 | 56.67 | 0.32 | 0.67 |
| Hex | C5 | C2 | 8F | 0 | 2 | 1B | 17 | 39 | 20 | 43 |
| Octal | 305 | 302 | 217 | 0 | 2 | 33 | 27 | 71 | 40 | 103 |
| Binary | 11000101 | 11000010 | 10001111 | 0 | 10 | 11011 | 10111 | 111001 | 100000 | 1000011 |
Color Harmonies of #C5C28F
Complementary color
Monochromatic Colors of #C5C28F
Black with #C5C28F
Text Example
Text Example
White with #C5C28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C28F; }
p { color: rgb(197,194,143); }
H1.HeaderClassName
{
color: #C5C28F;
}
.AnyTagClassName
{
color: #C5C28F;
}
</style>
background-color css
<style>
a { background-color: #C5C28F; }
a { background-color: rgb(197,194,143); }
div.DivClassName
{
background-color: #C5C28F;
}
.BgClassName
{
background-color: #C5C28F;
}
</style>
border-color css
<style>
span { border-color: #C5C28F; }
span { border-color: rgb(197,194,143); }
td.TdClassName
{
border-color: #C5C28F;
}
.TagClassName
{
border-color: #C5C28F;
}
</style>