#B9BE94

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

Shades of Green Mist #B9BE94

Tints of Green Mist #B9BE94

Color information

#B9BE94 (or 0xB9BE94) is unknown color: approx Green Mist. HEX triplet: B9, BE and 94. RGB value is (185,190,148). Sum of RGB (Red+Green+Blue) = 185+190+148=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BE94 is #46416B. Grayscale: #B7B7B7. Windows color (decimal): -4604268 or 9748153. OLE color: 9748153.

HSL color Cylindrical-coordinate representation of color #B9BE94: hue angle of 67.14º 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 #B9BE94 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB185190148-
CMYK0.0300.220.25
HSL67.14º24.42%66.27%-
HSV(B)67.14º22.11%74.51%-
XYZ43.7749.2835.22-
YUV183.72107.84128.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 148 (58.20% from 255) = 28.30%
R=35.37%
G=36.33%
B=28.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851901480.0300.220.2567.1424.4266.27
HexB9BE94301619431842
Octal27127622430263110330102
Binary10111001101111101001010011010110110011000011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE94; }

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

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

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

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

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

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

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

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