#BEBF9C

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

Shades of Green Mist #BEBF9C

Tints of Green Mist #BEBF9C

Color information

#BEBF9C (or 0xBEBF9C) is unknown color: approx Green Mist. HEX triplet: BE, BF and 9C. RGB value is (190,191,156). Sum of RGB (Red+Green+Blue) = 190+191+156=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBF9C is #414063. Grayscale: #BABABA. Windows color (decimal): -4276324 or 10272702. OLE color: 10272702.

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

Color convert

RGB190191156-
CMYK0.0100.180.25
HSL61.71º21.47%68.04%-
HSV(B)61.71º18.32%74.9%-
XYZ45.8750.6138.8-
YUV186.71110.67130.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 156 (61.33% from 255) = 29.05%
R=35.38%
G=35.57%
B=29.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911560.0100.180.2561.7121.4768.04
HexBEBF9C1012193e1544
Octal2762772341022317625104
Binary101111101011111110011100101001011001111110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF9C; }

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

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

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

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

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

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

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

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