#BEBE90

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

Shades of Green Mist #BEBE90

Tints of Green Mist #BEBE90

Color information

#BEBE90 (or 0xBEBE90) is unknown color: approx Green Mist. HEX triplet: BE, BE and 90. RGB value is (190,190,144). Sum of RGB (Red+Green+Blue) = 190+190+144=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBE90 is #41416F. Grayscale: #B8B8B8. Windows color (decimal): -4276592 or 9486014. OLE color: 9486014.

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

Color convert

RGB190190144-
CMYK000.240.25
HSL60º26.14%65.49%-
HSV(B)60º24.21%74.51%-
XYZ44.6849.7933.64-
YUV184.76105131.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 190 (74.61% from 255) = 36.26%
BLUE value IS 144 (56.64% from 255) = 27.48%
R=36.26%
G=36.26%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190144000.240.256026.1465.49
HexBEBE900018193c1a41
Octal2762762200030317432101
Binary101111101011111010010000001100011001111100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE90; }

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

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

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

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

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

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

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

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