Shades of Green Mist #BEBF9C
Tints of Green Mist #BEBF9C
RGB
CMYK
RGB Variations
Color information
#BEBF9C (or 0xBEBF9C) is known color: Green Mist. HEX triplet: BE, BF and 9C. RGB value is (190,191,156). Sum of RGB (Red+Green+Blue) = 190+191+156=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBF9C is #414063. Grayscale: #BABABA. Windows color (decimal): -4276324 or 10272702. OLE color: 10272702.
HSL color Cylindrical-coordinate representation of color #BEBF9C: hue angle of 61.71º 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 #BEBF9C is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 191 | 156 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.25 |
| HSL | 61.71º | 0.21% | 0.68% | - |
| HSV(B) | 61.71º | 0.18% | 0.75% | - |
| XYZ | 45.87 | 50.61 | 38.8 | - |
| YUV | 186.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 156 | 0.01 | 0 | 0.18 | 0.25 | 61.71 | 0.21 | 0.68 |
| Hex | BE | BF | 9C | 1 | 0 | 12 | 19 | 3E | 15 | 44 |
| Octal | 276 | 277 | 234 | 1 | 0 | 22 | 31 | 76 | 25 | 104 |
| Binary | 10111110 | 10111111 | 10011100 | 1 | 0 | 10010 | 11001 | 111110 | 10101 | 1000100 |
Color Harmonies of #BEBF9C
Complementary color
Monochromatic Colors of #BEBF9C
Black with #BEBF9C
Text Example
Text Example
White with #BEBF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBF9C; }
p { color: rgb(190,191,156); }
H1.HeaderClassName
{
color: #BEBF9C;
}
.AnyTagClassName
{
color: #BEBF9C;
}
</style>
background-color css
<style>
a { background-color: #BEBF9C; }
a { background-color: rgb(190,191,156); }
div.DivClassName
{
background-color: #BEBF9C;
}
.BgClassName
{
background-color: #BEBF9C;
}
</style>
border-color css
<style>
span { border-color: #BEBF9C; }
span { border-color: rgb(190,191,156); }
td.TdClassName
{
border-color: #BEBF9C;
}
.TagClassName
{
border-color: #BEBF9C;
}
</style>