Shades of Green Mist #C2BE96
Tints of Green Mist #C2BE96
RGB
CMYK
RGB Variations
Color information
#C2BE96 (or 0xC2BE96) is known color: Green Mist. HEX triplet: C2, BE and 96. RGB value is (194,190,150). Sum of RGB (Red+Green+Blue) = 194+190+150=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BE96 is #3D4169. Grayscale: #BABABA. Windows color (decimal): -4014442 or 9879234. OLE color: 9879234.
HSL color Cylindrical-coordinate representation of color #C2BE96: hue angle of 54.55º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2BE96 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 150 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.24 |
| HSL | 54.55º | 0.27% | 0.67% | - |
| HSV(B) | 54.55º | 0.23% | 0.76% | - |
| XYZ | 46.17 | 50.5 | 36.17 | - |
| YUV | 186.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 150 | 0 | 0.02 | 0.23 | 0.24 | 54.55 | 0.27 | 0.67 |
| Hex | C2 | BE | 96 | 0 | 2 | 17 | 18 | 37 | 1B | 43 |
| Octal | 302 | 276 | 226 | 0 | 2 | 27 | 30 | 67 | 33 | 103 |
| Binary | 11000010 | 10111110 | 10010110 | 0 | 10 | 10111 | 11000 | 110111 | 11011 | 1000011 |
Color Harmonies of #C2BE96
Complementary color
Monochromatic Colors of #C2BE96
Black with #C2BE96
Text Example
Text Example
White with #C2BE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE96; }
p { color: rgb(194,190,150); }
H1.HeaderClassName
{
color: #C2BE96;
}
.AnyTagClassName
{
color: #C2BE96;
}
</style>
background-color css
<style>
a { background-color: #C2BE96; }
a { background-color: rgb(194,190,150); }
div.DivClassName
{
background-color: #C2BE96;
}
.BgClassName
{
background-color: #C2BE96;
}
</style>
border-color css
<style>
span { border-color: #C2BE96; }
span { border-color: rgb(194,190,150); }
td.TdClassName
{
border-color: #C2BE96;
}
.TagClassName
{
border-color: #C2BE96;
}
</style>