Shades of Green Mist #BEBE8F
Tints of Green Mist #BEBE8F
RGB
CMYK
RGB Variations
Color information
#BEBE8F (or 0xBEBE8F) is known color: Green Mist. HEX triplet: BE, BE and 8F. RGB value is (190,190,143). Sum of RGB (Red+Green+Blue) = 190+190+143=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBE8F is #414170. Grayscale: #B8B8B8. Windows color (decimal): -4276593 or 9420478. OLE color: 9420478.
HSL color Cylindrical-coordinate representation of color #BEBE8F: hue angle of 60º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEBE8F is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 143 | - |
| CMYK | 0 | 0 | 0.25 | 0.25 |
| HSL | 60º | 0.27% | 0.65% | - |
| HSV(B) | 60º | 0.25% | 0.75% | - |
| XYZ | 44.61 | 49.76 | 33.24 | - |
| YUV | 184.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 143 | 0 | 0 | 0.25 | 0.25 | 60 | 0.27 | 0.65 |
| Hex | BE | BE | 8F | 0 | 0 | 19 | 19 | 3C | 1B | 41 |
| Octal | 276 | 276 | 217 | 0 | 0 | 31 | 31 | 74 | 33 | 101 |
| Binary | 10111110 | 10111110 | 10001111 | 0 | 0 | 11001 | 11001 | 111100 | 11011 | 1000001 |
Color Harmonies of #BEBE8F
Complementary color
Monochromatic Colors of #BEBE8F
Black with #BEBE8F
Text Example
Text Example
White with #BEBE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBE8F; }
p { color: rgb(190,190,143); }
H1.HeaderClassName
{
color: #BEBE8F;
}
.AnyTagClassName
{
color: #BEBE8F;
}
</style>
background-color css
<style>
a { background-color: #BEBE8F; }
a { background-color: rgb(190,190,143); }
div.DivClassName
{
background-color: #BEBE8F;
}
.BgClassName
{
background-color: #BEBE8F;
}
</style>
border-color css
<style>
span { border-color: #BEBE8F; }
span { border-color: rgb(190,190,143); }
td.TdClassName
{
border-color: #BEBE8F;
}
.TagClassName
{
border-color: #BEBE8F;
}
</style>