#BEBE8F

Color #BEBE8F Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #BEBE8F

Tints of Green Mist #BEBE8F

Color information

#BEBE8F (or 0xBEBE8F) is unknown color: approx 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

RGB190190143-
CMYK000.250.25
HSL60º26.55%65.29%-
HSV(B)60º24.74%74.51%-
XYZ44.6149.7633.24-
YUV184.64104.5131.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 143 (56.25% from 255) = 27.34%
R=36.33%
G=36.33%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190143000.250.256026.5565.29
HexBEBE8F0019193c1b41
Octal2762762170031317433101
Binary101111101011111010001111001100111001111100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>