#BEBF8F

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

Shades of Green Mist #BEBF8F

Tints of Green Mist #BEBF8F

Color information

#BEBF8F (or 0xBEBF8F) is unknown color: approx Green Mist. HEX triplet: BE, BF and 8F. RGB value is (190,191,143). Sum of RGB (Red+Green+Blue) = 190+191+143=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBF8F is #414070. Grayscale: #B9B9B9. Windows color (decimal): -4276337 or 9420734. OLE color: 9420734.

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

Color convert

RGB190191143-
CMYK0.0100.250.25
HSL61.25º27.27%65.49%-
HSV(B)61.25º25.13%74.9%-
XYZ44.8250.1933.31-
YUV185.23104.17131.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 143 (56.25% from 255) = 27.29%
R=36.26%
G=36.45%
B=27.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911430.0100.250.2561.2527.2765.49
HexBEBF8F1019193d1b41
Octal2762772171031317533101
Binary101111101011111110001111101100111001111101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF8F; }

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

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

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

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

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

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

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

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