#BEBF99

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

Shades of Green Mist #BEBF99

Tints of Green Mist #BEBF99

Color information

#BEBF99 (or 0xBEBF99) is unknown color: approx Green Mist. HEX triplet: BE, BF and 99. RGB value is (190,191,153). Sum of RGB (Red+Green+Blue) = 190+191+153=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBF99 is #414066. Grayscale: #BABABA. Windows color (decimal): -4276327 or 10076094. OLE color: 10076094.

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

Color convert

RGB190191153-
CMYK0.0100.200.25
HSL61.58º22.89%67.45%-
HSV(B)61.58º19.9%74.9%-
XYZ45.6250.5137.48-
YUV186.37109.17130.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 191 (75% from 255) = 35.77%
BLUE value IS 153 (60.16% from 255) = 28.65%
R=35.58%
G=35.77%
B=28.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911530.0100.200.2561.5822.8967.45
HexBEBF991014193e1743
Octal2762772311024317627103
Binary101111101011111110011001101010011001111110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF99; }

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

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

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

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

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

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

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

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