#B8BA8E

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

Shades of Green Mist #B8BA8E

Tints of Green Mist #B8BA8E

Color information

#B8BA8E (or 0xB8BA8E) is unknown color: approx Green Mist. HEX triplet: B8, BA and 8E. RGB value is (184,186,142). Sum of RGB (Red+Green+Blue) = 184+186+142=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BA8E is #474571. Grayscale: #B4B4B4. Windows color (decimal): -4670834 or 9353912. OLE color: 9353912.

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

Color convert

RGB184186142-
CMYK0.0100.240.27
HSL62.73º24.18%64.31%-
HSV(B)62.73º23.66%72.94%-
XYZ42.2147.2632.49-
YUV180.39106.34130.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.94%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=35.94%
G=36.33%
B=27.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841861420.0100.240.2762.7324.1864.31
HexB8BA8E10181B3f1840
Octal2702722161030337730100
Binary101110001011101010001110101100011011111111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BA8E; }

 p { color: rgb(184,186,142); }

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

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

 a { background-color: rgb(184,186,142); }

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

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

 span { border-color: rgb(184,186,142); }

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