#BEBF94

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

Shades of Green Mist #BEBF94

Tints of Green Mist #BEBF94

Color information

#BEBF94 (or 0xBEBF94) is unknown color: approx Green Mist. HEX triplet: BE, BF and 94. RGB value is (190,191,148). Sum of RGB (Red+Green+Blue) = 190+191+148=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBF94 is #41406B. Grayscale: #B9B9B9. Windows color (decimal): -4276332 or 9748414. OLE color: 9748414.

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

Color convert

RGB190191148-
CMYK0.0100.230.25
HSL61.4º25.15%66.47%-
HSV(B)61.4º22.51%74.9%-
XYZ45.2150.3535.35-
YUV185.8106.67131-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 191 (75% from 255) = 36.11%
BLUE value IS 148 (58.20% from 255) = 27.98%
R=35.92%
G=36.11%
B=27.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911480.0100.230.2561.425.1566.47
HexBEBF941017193d1942
Octal2762772241027317531102
Binary101111101011111110010100101011111001111101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF94; }

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

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

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

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

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

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

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

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