Shades of Green Mist #C1BE95
Tints of Green Mist #C1BE95
RGB
CMYK
RGB Variations
Color information
#C1BE95 (or 0xC1BE95) is known color: Green Mist. HEX triplet: C1, BE and 95. RGB value is (193,190,149). Sum of RGB (Red+Green+Blue) = 193+190+149=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BE95 is #3E416A. Grayscale: #BABABA. Windows color (decimal): -4079979 or 9813697. OLE color: 9813697.
HSL color Cylindrical-coordinate representation of color #C1BE95: hue angle of 55.91º degrees, saturation: 0.26, 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 #C1BE95 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 149 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.24 |
| HSL | 55.91º | 0.26% | 0.67% | - |
| HSV(B) | 55.91º | 0.23% | 0.76% | - |
| XYZ | 45.83 | 50.33 | 35.73 | - |
| YUV | 186.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 149 | 0 | 0.02 | 0.23 | 0.24 | 55.91 | 0.26 | 0.67 |
| Hex | C1 | BE | 95 | 0 | 2 | 17 | 18 | 38 | 1A | 43 |
| Octal | 301 | 276 | 225 | 0 | 2 | 27 | 30 | 70 | 32 | 103 |
| Binary | 11000001 | 10111110 | 10010101 | 0 | 10 | 10111 | 11000 | 111000 | 11010 | 1000011 |
Color Harmonies of #C1BE95
Complementary color
Monochromatic Colors of #C1BE95
Black with #C1BE95
Text Example
Text Example
White with #C1BE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BE95; }
p { color: rgb(193,190,149); }
H1.HeaderClassName
{
color: #C1BE95;
}
.AnyTagClassName
{
color: #C1BE95;
}
</style>
background-color css
<style>
a { background-color: #C1BE95; }
a { background-color: rgb(193,190,149); }
div.DivClassName
{
background-color: #C1BE95;
}
.BgClassName
{
background-color: #C1BE95;
}
</style>
border-color css
<style>
span { border-color: #C1BE95; }
span { border-color: rgb(193,190,149); }
td.TdClassName
{
border-color: #C1BE95;
}
.TagClassName
{
border-color: #C1BE95;
}
</style>