Shades of Green Mist #C0BE91
Tints of Green Mist #C0BE91
RGB
CMYK
RGB Variations
Color information
#C0BE91 (or 0xC0BE91) is known color: Green Mist. HEX triplet: C0, BE and 91. RGB value is (192,190,145). Sum of RGB (Red+Green+Blue) = 192+190+145=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BE91 is #3F416E. Grayscale: #B9B9B9. Windows color (decimal): -4145519 or 9551552. OLE color: 9551552.
HSL color Cylindrical-coordinate representation of color #C0BE91: hue angle of 57.45º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0BE91 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 145 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.25 |
| HSL | 57.45º | 0.27% | 0.66% | - |
| HSV(B) | 57.45º | 0.24% | 0.75% | - |
| XYZ | 45.26 | 50.08 | 34.07 | - |
| YUV | 185.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 145 | 0 | 0.01 | 0.24 | 0.25 | 57.45 | 0.27 | 0.66 |
| Hex | C0 | BE | 91 | 0 | 1 | 18 | 19 | 39 | 1B | 42 |
| Octal | 300 | 276 | 221 | 0 | 1 | 30 | 31 | 71 | 33 | 102 |
| Binary | 11000000 | 10111110 | 10010001 | 0 | 1 | 11000 | 11001 | 111001 | 11011 | 1000010 |
Color Harmonies of #C0BE91
Complementary color
Monochromatic Colors of #C0BE91
Black with #C0BE91
Text Example
Text Example
White with #C0BE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE91; }
p { color: rgb(192,190,145); }
H1.HeaderClassName
{
color: #C0BE91;
}
.AnyTagClassName
{
color: #C0BE91;
}
</style>
background-color css
<style>
a { background-color: #C0BE91; }
a { background-color: rgb(192,190,145); }
div.DivClassName
{
background-color: #C0BE91;
}
.BgClassName
{
background-color: #C0BE91;
}
</style>
border-color css
<style>
span { border-color: #C0BE91; }
span { border-color: rgb(192,190,145); }
td.TdClassName
{
border-color: #C0BE91;
}
.TagClassName
{
border-color: #C0BE91;
}
</style>