#BEBC95

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

Shades of Green Mist #BEBC95

Tints of Green Mist #BEBC95

Color information

#BEBC95 (or 0xBEBC95) is unknown color: approx Green Mist. HEX triplet: BE, BC and 95. RGB value is (190,188,149). Sum of RGB (Red+Green+Blue) = 190+188+149=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBC95 is #41436A. Grayscale: #B8B8B8. Windows color (decimal): -4277099 or 9813182. OLE color: 9813182.

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

Color convert

RGB190188149-
CMYK00.010.220.25
HSL57.07º23.98%66.47%-
HSV(B)57.07º21.58%74.51%-
XYZ44.6449.0835.55-
YUV184.15108.16132.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 149 (58.59% from 255) = 28.27%
R=36.05%
G=35.67%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018814900.010.220.2557.0723.9866.47
HexBEBC95011619391842
Octal2762742250126317130102
Binary101111101011110010010101011011011001111001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC95; }

 p { color: rgb(190,188,149); }

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

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

 a { background-color: rgb(190,188,149); }

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

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

 span { border-color: rgb(190,188,149); }

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