#BEBF8E

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

Shades of Green Mist #BEBF8E

Tints of Green Mist #BEBF8E

Color information

#BEBF8E (or 0xBEBF8E) is unknown color: approx Green Mist. HEX triplet: BE, BF and 8E. RGB value is (190,191,142). Sum of RGB (Red+Green+Blue) = 190+191+142=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBF8E is #414071. Grayscale: #B9B9B9. Windows color (decimal): -4276338 or 9355198. OLE color: 9355198.

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

Color convert

RGB190191142-
CMYK0.0100.260.25
HSL61.22º27.68%65.29%-
HSV(B)61.22º25.65%74.9%-
XYZ44.7550.1632.91-
YUV185.11103.67131.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 191 (75% from 255) = 36.52%
BLUE value IS 142 (55.86% from 255) = 27.15%
R=36.33%
G=36.52%
B=27.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911420.0100.260.2561.2227.6865.29
HexBEBF8E101A193d1c41
Octal2762772161032317534101
Binary101111101011111110001110101101011001111101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF8E; }

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

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

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

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

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

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

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

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