#BEBF9F

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

Shades of Green Mist #BEBF9F

Tints of Green Mist #BEBF9F

Color information

#BEBF9F (or 0xBEBF9F) is unknown color: approx Green Mist. HEX triplet: BE, BF and 9F. RGB value is (190,191,159). Sum of RGB (Red+Green+Blue) = 190+191+159=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBF9F is #414060. Grayscale: #BBBBBB. Windows color (decimal): -4276321 or 10469310. OLE color: 10469310.

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

Color convert

RGB190191159-
CMYK0.0100.170.25
HSL61.88º20%68.63%-
HSV(B)61.88º16.75%74.9%-
XYZ46.1250.7140.16-
YUV187.05112.17130.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 191 (75% from 255) = 35.37%
BLUE value IS 159 (62.5% from 255) = 29.44%
R=35.19%
G=35.37%
B=29.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911590.0100.170.2561.882068.63
HexBEBF9F1011193e1445
Octal2762772371021317624105
Binary101111101011111110011111101000111001111110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF9F; }

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

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

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

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

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

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

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

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