Shades of Green Mist #C1BE9B
Tints of Green Mist #C1BE9B
RGB
CMYK
RGB Variations
Color information
#C1BE9B (or 0xC1BE9B) is known color: Green Mist. HEX triplet: C1, BE and 9B. RGB value is (193,190,155). Sum of RGB (Red+Green+Blue) = 193+190+155=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BE9B is #3E4164. Grayscale: #BBBBBB. Windows color (decimal): -4079973 or 10206913. OLE color: 10206913.
HSL color Cylindrical-coordinate representation of color #C1BE9B: hue angle of 55.26º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1BE9B is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 155 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.24 |
| HSL | 55.26º | 0.23% | 0.68% | - |
| HSV(B) | 55.26º | 0.2% | 0.76% | - |
| XYZ | 46.32 | 50.53 | 38.32 | - |
| YUV | 186.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 155 | 0 | 0.02 | 0.20 | 0.24 | 55.26 | 0.23 | 0.68 |
| Hex | C1 | BE | 9B | 0 | 2 | 14 | 18 | 37 | 17 | 44 |
| Octal | 301 | 276 | 233 | 0 | 2 | 24 | 30 | 67 | 27 | 104 |
| Binary | 11000001 | 10111110 | 10011011 | 0 | 10 | 10100 | 11000 | 110111 | 10111 | 1000100 |
Color Harmonies of #C1BE9B
Complementary color
Monochromatic Colors of #C1BE9B
Black with #C1BE9B
Text Example
Text Example
White with #C1BE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BE9B; }
p { color: rgb(193,190,155); }
H1.HeaderClassName
{
color: #C1BE9B;
}
.AnyTagClassName
{
color: #C1BE9B;
}
</style>
background-color css
<style>
a { background-color: #C1BE9B; }
a { background-color: rgb(193,190,155); }
div.DivClassName
{
background-color: #C1BE9B;
}
.BgClassName
{
background-color: #C1BE9B;
}
</style>
border-color css
<style>
span { border-color: #C1BE9B; }
span { border-color: rgb(193,190,155); }
td.TdClassName
{
border-color: #C1BE9B;
}
.TagClassName
{
border-color: #C1BE9B;
}
</style>