Shades of Green Mist #C2BE98
Tints of Green Mist #C2BE98
RGB
CMYK
RGB Variations
Color information
#C2BE98 (or 0xC2BE98) is known color: Green Mist. HEX triplet: C2, BE and 98. RGB value is (194,190,152). Sum of RGB (Red+Green+Blue) = 194+190+152=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BE98 is #3D4167. Grayscale: #BBBBBB. Windows color (decimal): -4014440 or 10010306. OLE color: 10010306.
HSL color Cylindrical-coordinate representation of color #C2BE98: hue angle of 54.29º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2BE98 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 152 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.24 |
| HSL | 54.29º | 0.26% | 0.68% | - |
| HSV(B) | 54.29º | 0.22% | 0.76% | - |
| XYZ | 46.33 | 50.56 | 37.02 | - |
| YUV | 186.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 152 | 0 | 0.02 | 0.22 | 0.24 | 54.29 | 0.26 | 0.68 |
| Hex | C2 | BE | 98 | 0 | 2 | 16 | 18 | 36 | 1A | 44 |
| Octal | 302 | 276 | 230 | 0 | 2 | 26 | 30 | 66 | 32 | 104 |
| Binary | 11000010 | 10111110 | 10011000 | 0 | 10 | 10110 | 11000 | 110110 | 11010 | 1000100 |
Color Harmonies of #C2BE98
Complementary color
Monochromatic Colors of #C2BE98
Black with #C2BE98
Text Example
Text Example
White with #C2BE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE98; }
p { color: rgb(194,190,152); }
H1.HeaderClassName
{
color: #C2BE98;
}
.AnyTagClassName
{
color: #C2BE98;
}
</style>
background-color css
<style>
a { background-color: #C2BE98; }
a { background-color: rgb(194,190,152); }
div.DivClassName
{
background-color: #C2BE98;
}
.BgClassName
{
background-color: #C2BE98;
}
</style>
border-color css
<style>
span { border-color: #C2BE98; }
span { border-color: rgb(194,190,152); }
td.TdClassName
{
border-color: #C2BE98;
}
.TagClassName
{
border-color: #C2BE98;
}
</style>