Shades of Green Mist #BEBE9C
Tints of Green Mist #BEBE9C
RGB
CMYK
RGB Variations
Color information
#BEBE9C (or 0xBEBE9C) is known color: Green Mist. HEX triplet: BE, BE and 9C. RGB value is (190,190,156). Sum of RGB (Red+Green+Blue) = 190+190+156=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBE9C is #414163. Grayscale: #BABABA. Windows color (decimal): -4276580 or 10272446. OLE color: 10272446.
HSL color Cylindrical-coordinate representation of color #BEBE9C: hue angle of 60º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEBE9C is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 156 | - |
| CMYK | 0 | 0 | 0.18 | 0.25 |
| HSL | 60º | 0.21% | 0.68% | - |
| HSV(B) | 60º | 0.18% | 0.75% | - |
| XYZ | 45.65 | 50.17 | 38.73 | - |
| YUV | 186.12 | 111 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 156 | 0 | 0 | 0.18 | 0.25 | 60 | 0.21 | 0.68 |
| Hex | BE | BE | 9C | 0 | 0 | 12 | 19 | 3C | 15 | 44 |
| Octal | 276 | 276 | 234 | 0 | 0 | 22 | 31 | 74 | 25 | 104 |
| Binary | 10111110 | 10111110 | 10011100 | 0 | 0 | 10010 | 11001 | 111100 | 10101 | 1000100 |
Color Harmonies of #BEBE9C
Complementary color
Monochromatic Colors of #BEBE9C
Black with #BEBE9C
Text Example
Text Example
White with #BEBE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBE9C; }
p { color: rgb(190,190,156); }
H1.HeaderClassName
{
color: #BEBE9C;
}
.AnyTagClassName
{
color: #BEBE9C;
}
</style>
background-color css
<style>
a { background-color: #BEBE9C; }
a { background-color: rgb(190,190,156); }
div.DivClassName
{
background-color: #BEBE9C;
}
.BgClassName
{
background-color: #BEBE9C;
}
</style>
border-color css
<style>
span { border-color: #BEBE9C; }
span { border-color: rgb(190,190,156); }
td.TdClassName
{
border-color: #BEBE9C;
}
.TagClassName
{
border-color: #BEBE9C;
}
</style>