Shades of Green Mist #C0BE9B
Tints of Green Mist #C0BE9B
RGB
CMYK
RGB Variations
Color information
#C0BE9B (or 0xC0BE9B) is known color: Green Mist. HEX triplet: C0, BE and 9B. RGB value is (192,190,155). Sum of RGB (Red+Green+Blue) = 192+190+155=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BE9B is #3F4164. Grayscale: #BABABA. Windows color (decimal): -4145509 or 10206912. OLE color: 10206912.
HSL color Cylindrical-coordinate representation of color #C0BE9B: hue angle of 56.76º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0BE9B is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 155 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.25 |
| HSL | 56.76º | 0.23% | 0.68% | - |
| HSV(B) | 56.76º | 0.19% | 0.75% | - |
| XYZ | 46.07 | 50.4 | 38.31 | - |
| YUV | 186.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 155 | 0 | 0.01 | 0.19 | 0.25 | 56.76 | 0.23 | 0.68 |
| Hex | C0 | BE | 9B | 0 | 1 | 13 | 19 | 39 | 17 | 44 |
| Octal | 300 | 276 | 233 | 0 | 1 | 23 | 31 | 71 | 27 | 104 |
| Binary | 11000000 | 10111110 | 10011011 | 0 | 1 | 10011 | 11001 | 111001 | 10111 | 1000100 |
Color Harmonies of #C0BE9B
Complementary color
Monochromatic Colors of #C0BE9B
Black with #C0BE9B
Text Example
Text Example
White with #C0BE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE9B; }
p { color: rgb(192,190,155); }
H1.HeaderClassName
{
color: #C0BE9B;
}
.AnyTagClassName
{
color: #C0BE9B;
}
</style>
background-color css
<style>
a { background-color: #C0BE9B; }
a { background-color: rgb(192,190,155); }
div.DivClassName
{
background-color: #C0BE9B;
}
.BgClassName
{
background-color: #C0BE9B;
}
</style>
border-color css
<style>
span { border-color: #C0BE9B; }
span { border-color: rgb(192,190,155); }
td.TdClassName
{
border-color: #C0BE9B;
}
.TagClassName
{
border-color: #C0BE9B;
}
</style>