Shades of Green Mist #BEBF9D
Tints of Green Mist #BEBF9D
RGB
CMYK
RGB Variations
Color information
#BEBF9D (or 0xBEBF9D) is known color: Green Mist. HEX triplet: BE, BF and 9D. RGB value is (190,191,157). Sum of RGB (Red+Green+Blue) = 190+191+157=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBF9D is #414062. Grayscale: #BABABA. Windows color (decimal): -4276323 or 10338238. OLE color: 10338238.
HSL color Cylindrical-coordinate representation of color #BEBF9D: hue angle of 61.76º 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 #BEBF9D is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 191 | 157 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.25 |
| HSL | 61.76º | 0.21% | 0.68% | - |
| HSV(B) | 61.76º | 0.18% | 0.75% | - |
| XYZ | 45.95 | 50.64 | 39.25 | - |
| YUV | 186.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 157 | 0.01 | 0 | 0.18 | 0.25 | 61.76 | 0.21 | 0.68 |
| Hex | BE | BF | 9D | 1 | 0 | 12 | 19 | 3E | 15 | 44 |
| Octal | 276 | 277 | 235 | 1 | 0 | 22 | 31 | 76 | 25 | 104 |
| Binary | 10111110 | 10111111 | 10011101 | 1 | 0 | 10010 | 11001 | 111110 | 10101 | 1000100 |
Color Harmonies of #BEBF9D
Complementary color
Monochromatic Colors of #BEBF9D
Black with #BEBF9D
Text Example
Text Example
White with #BEBF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBF9D; }
p { color: rgb(190,191,157); }
H1.HeaderClassName
{
color: #BEBF9D;
}
.AnyTagClassName
{
color: #BEBF9D;
}
</style>
background-color css
<style>
a { background-color: #BEBF9D; }
a { background-color: rgb(190,191,157); }
div.DivClassName
{
background-color: #BEBF9D;
}
.BgClassName
{
background-color: #BEBF9D;
}
</style>
border-color css
<style>
span { border-color: #BEBF9D; }
span { border-color: rgb(190,191,157); }
td.TdClassName
{
border-color: #BEBF9D;
}
.TagClassName
{
border-color: #BEBF9D;
}
</style>