#BEBE9F

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

Shades of Green Mist #BEBE9F

Tints of Green Mist #BEBE9F

Color information

#BEBE9F (or 0xBEBE9F) is unknown color: approx Green Mist. HEX triplet: BE, BE and 9F. RGB value is (190,190,159). Sum of RGB (Red+Green+Blue) = 190+190+159=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBE9F is #414160. Grayscale: #BABABA. Windows color (decimal): -4276577 or 10469054. OLE color: 10469054.

HSL color Cylindrical-coordinate representation of color #BEBE9F: hue angle of 60º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEBE9F is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB190190159-
CMYK000.160.25
HSL60º19.25%68.43%-
HSV(B)60º16.32%74.51%-
XYZ45.9150.2840.09-
YUV186.47112.5130.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 159 (62.5% from 255) = 29.50%
R=35.25%
G=35.25%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190159000.160.256019.2568.43
HexBEBE9F0010193c1344
Octal2762762370020317423104
Binary101111101011111010011111001000011001111100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE9F; }

 p { color: rgb(190,190,159); }

 H1.HeaderClassName
 {
   color: #BEBE9F;
 }
 .AnyTagClassName
 {
   color: #BEBE9F;
 }
</style>
background-color css

<style>
 a { background-color: #BEBE9F; }

 a { background-color: rgb(190,190,159); }

 div.DivClassName
 {
   background-color: #BEBE9F;
 }
 .BgClassName
 {
   background-color: #BEBE9F;
 }
</style>
border-color css

<style>
 span { border-color: #BEBE9F; }

 span { border-color: rgb(190,190,159); }

 td.TdClassName
 {
   border-color: #BEBE9F;
 }
 .TagClassName
 {
   border-color: #BEBE9F;
 }
</style>