Shades of Green Mist #C0BF93
Tints of Green Mist #C0BF93
RGB
CMYK
RGB Variations
Color information
#C0BF93 (or 0xC0BF93) is known color: Green Mist. HEX triplet: C0, BF and 93. RGB value is (192,191,147). Sum of RGB (Red+Green+Blue) = 192+191+147=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BF93 is #3F406C. Grayscale: #BABABA. Windows color (decimal): -4145261 or 9682880. OLE color: 9682880.
HSL color Cylindrical-coordinate representation of color #C0BF93: hue angle of 58.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0BF93 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 147 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.25 |
| HSL | 58.67º | 0.26% | 0.66% | - |
| HSV(B) | 58.67º | 0.23% | 0.75% | - |
| XYZ | 45.64 | 50.57 | 34.96 | - |
| YUV | 186.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 147 | 0 | 0.01 | 0.23 | 0.25 | 58.67 | 0.26 | 0.66 |
| Hex | C0 | BF | 93 | 0 | 1 | 17 | 19 | 3B | 1A | 42 |
| Octal | 300 | 277 | 223 | 0 | 1 | 27 | 31 | 73 | 32 | 102 |
| Binary | 11000000 | 10111111 | 10010011 | 0 | 1 | 10111 | 11001 | 111011 | 11010 | 1000010 |
Color Harmonies of #C0BF93
Complementary color
Monochromatic Colors of #C0BF93
Black with #C0BF93
Text Example
Text Example
White with #C0BF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF93; }
p { color: rgb(192,191,147); }
H1.HeaderClassName
{
color: #C0BF93;
}
.AnyTagClassName
{
color: #C0BF93;
}
</style>
background-color css
<style>
a { background-color: #C0BF93; }
a { background-color: rgb(192,191,147); }
div.DivClassName
{
background-color: #C0BF93;
}
.BgClassName
{
background-color: #C0BF93;
}
</style>
border-color css
<style>
span { border-color: #C0BF93; }
span { border-color: rgb(192,191,147); }
td.TdClassName
{
border-color: #C0BF93;
}
.TagClassName
{
border-color: #C0BF93;
}
</style>