#B8BA8F

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

Shades of Green Mist #B8BA8F

Tints of Green Mist #B8BA8F

Color information

#B8BA8F (or 0xB8BA8F) is unknown color: approx Green Mist. HEX triplet: B8, BA and 8F. RGB value is (184,186,143). Sum of RGB (Red+Green+Blue) = 184+186+143=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BA8F is #474570. Grayscale: #B4B4B4. Windows color (decimal): -4670833 or 9419448. OLE color: 9419448.

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

Color convert

RGB184186143-
CMYK0.0100.230.27
HSL62.79º23.76%64.51%-
HSV(B)62.79º23.12%72.94%-
XYZ42.2847.2932.89-
YUV180.5106.84130.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.87%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 143 (56.25% from 255) = 27.88%
R=35.87%
G=36.26%
B=27.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841861430.0100.230.2762.7923.7664.51
HexB8BA8F10171B3f1841
Octal2702722171027337730101
Binary101110001011101010001111101011111011111111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BA8F; }

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

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

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

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

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

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

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

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