#BEBD99

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

Shades of Green Mist #BEBD99

Tints of Green Mist #BEBD99

Color information

#BEBD99 (or 0xBEBD99) is unknown color: approx Green Mist. HEX triplet: BE, BD and 99. RGB value is (190,189,153). Sum of RGB (Red+Green+Blue) = 190+189+153=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBD99 is #414266. Grayscale: #B9B9B9. Windows color (decimal): -4276839 or 10075582. OLE color: 10075582.

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

Color convert

RGB190189153-
CMYK00.010.190.25
HSL58.38º22.16%67.25%-
HSV(B)58.38º19.47%74.51%-
XYZ45.1849.6437.34-
YUV185.2109.83131.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 189 (74.22% from 255) = 35.53%
BLUE value IS 153 (60.16% from 255) = 28.76%
R=35.71%
G=35.53%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018915300.010.190.2558.3822.1667.25
HexBEBD990113193a1643
Octal2762752310123317226103
Binary101111101011110110011001011001111001111010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD99; }

 p { color: rgb(190,189,153); }

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

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

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

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

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

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

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