Shades of Green Mist #C1BE94
Tints of Green Mist #C1BE94
RGB
CMYK
RGB Variations
Color information
#C1BE94 (or 0xC1BE94) is known color: Green Mist. HEX triplet: C1, BE and 94. RGB value is (193,190,148). Sum of RGB (Red+Green+Blue) = 193+190+148=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BE94 is #3E416B. Grayscale: #BABABA. Windows color (decimal): -4079980 or 9748161. OLE color: 9748161.
HSL color Cylindrical-coordinate representation of color #C1BE94: hue angle of 56º 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 #C1BE94 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 148 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.24 |
| HSL | 56º | 0.27% | 0.67% | - |
| HSV(B) | 56º | 0.23% | 0.76% | - |
| XYZ | 45.75 | 50.3 | 35.31 | - |
| YUV | 186.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 148 | 0 | 0.02 | 0.23 | 0.24 | 56 | 0.27 | 0.67 |
| Hex | C1 | BE | 94 | 0 | 2 | 17 | 18 | 38 | 1B | 43 |
| Octal | 301 | 276 | 224 | 0 | 2 | 27 | 30 | 70 | 33 | 103 |
| Binary | 11000001 | 10111110 | 10010100 | 0 | 10 | 10111 | 11000 | 111000 | 11011 | 1000011 |
Color Harmonies of #C1BE94
Complementary color
Monochromatic Colors of #C1BE94
Black with #C1BE94
Text Example
Text Example
White with #C1BE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BE94; }
p { color: rgb(193,190,148); }
H1.HeaderClassName
{
color: #C1BE94;
}
.AnyTagClassName
{
color: #C1BE94;
}
</style>
background-color css
<style>
a { background-color: #C1BE94; }
a { background-color: rgb(193,190,148); }
div.DivClassName
{
background-color: #C1BE94;
}
.BgClassName
{
background-color: #C1BE94;
}
</style>
border-color css
<style>
span { border-color: #C1BE94; }
span { border-color: rgb(193,190,148); }
td.TdClassName
{
border-color: #C1BE94;
}
.TagClassName
{
border-color: #C1BE94;
}
</style>