Shades of Green Mist #C0BE92
Tints of Green Mist #C0BE92
RGB
CMYK
RGB Variations
Color information
#C0BE92 (or 0xC0BE92) is known color: Green Mist. HEX triplet: C0, BE and 92. RGB value is (192,190,146). Sum of RGB (Red+Green+Blue) = 192+190+146=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BE92 is #3F416D. Grayscale: #B9B9B9. Windows color (decimal): -4145518 or 9617088. OLE color: 9617088.
HSL color Cylindrical-coordinate representation of color #C0BE92: hue angle of 57.39º 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 #C0BE92 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 146 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.25 |
| HSL | 57.39º | 0.27% | 0.66% | - |
| HSV(B) | 57.39º | 0.24% | 0.75% | - |
| XYZ | 45.34 | 50.11 | 34.48 | - |
| YUV | 185.58 | 105.66 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 146 | 0 | 0.01 | 0.24 | 0.25 | 57.39 | 0.27 | 0.66 |
| Hex | C0 | BE | 92 | 0 | 1 | 18 | 19 | 39 | 1B | 42 |
| Octal | 300 | 276 | 222 | 0 | 1 | 30 | 31 | 71 | 33 | 102 |
| Binary | 11000000 | 10111110 | 10010010 | 0 | 1 | 11000 | 11001 | 111001 | 11011 | 1000010 |
Color Harmonies of #C0BE92
Complementary color
Monochromatic Colors of #C0BE92
Black with #C0BE92
Text Example
Text Example
White with #C0BE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE92; }
p { color: rgb(192,190,146); }
H1.HeaderClassName
{
color: #C0BE92;
}
.AnyTagClassName
{
color: #C0BE92;
}
</style>
background-color css
<style>
a { background-color: #C0BE92; }
a { background-color: rgb(192,190,146); }
div.DivClassName
{
background-color: #C0BE92;
}
.BgClassName
{
background-color: #C0BE92;
}
</style>
border-color css
<style>
span { border-color: #C0BE92; }
span { border-color: rgb(192,190,146); }
td.TdClassName
{
border-color: #C0BE92;
}
.TagClassName
{
border-color: #C0BE92;
}
</style>