Shades of Green Mist #C1BE98
Tints of Green Mist #C1BE98
RGB
CMYK
RGB Variations
Color information
#C1BE98 (or 0xC1BE98) is known color: Green Mist. HEX triplet: C1, BE and 98. RGB value is (193,190,152). Sum of RGB (Red+Green+Blue) = 193+190+152=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BE98 is #3E4167. Grayscale: #BABABA. Windows color (decimal): -4079976 or 10010305. OLE color: 10010305.
HSL color Cylindrical-coordinate representation of color #C1BE98: hue angle of 55.61º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1BE98 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 152 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.24 |
| HSL | 55.61º | 0.25% | 0.68% | - |
| HSV(B) | 55.61º | 0.21% | 0.76% | - |
| XYZ | 46.07 | 50.43 | 37.01 | - |
| YUV | 186.57 | 108.49 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 152 | 0 | 0.02 | 0.21 | 0.24 | 55.61 | 0.25 | 0.68 |
| Hex | C1 | BE | 98 | 0 | 2 | 15 | 18 | 38 | 19 | 44 |
| Octal | 301 | 276 | 230 | 0 | 2 | 25 | 30 | 70 | 31 | 104 |
| Binary | 11000001 | 10111110 | 10011000 | 0 | 10 | 10101 | 11000 | 111000 | 11001 | 1000100 |
Color Harmonies of #C1BE98
Complementary color
Monochromatic Colors of #C1BE98
Black with #C1BE98
Text Example
Text Example
White with #C1BE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BE98; }
p { color: rgb(193,190,152); }
H1.HeaderClassName
{
color: #C1BE98;
}
.AnyTagClassName
{
color: #C1BE98;
}
</style>
background-color css
<style>
a { background-color: #C1BE98; }
a { background-color: rgb(193,190,152); }
div.DivClassName
{
background-color: #C1BE98;
}
.BgClassName
{
background-color: #C1BE98;
}
</style>
border-color css
<style>
span { border-color: #C1BE98; }
span { border-color: rgb(193,190,152); }
td.TdClassName
{
border-color: #C1BE98;
}
.TagClassName
{
border-color: #C1BE98;
}
</style>