#B5BA8F

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

Shades of Green Mist #B5BA8F

Tints of Green Mist #B5BA8F

Color information

#B5BA8F (or 0xB5BA8F) is unknown color: approx Green Mist. HEX triplet: B5, BA and 8F. RGB value is (181,186,143). Sum of RGB (Red+Green+Blue) = 181+186+143=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA8F is #4A4570. Grayscale: #B3B3B3. Windows color (decimal): -4867441 or 9419445. OLE color: 9419445.

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

Color convert

RGB181186143-
CMYK0.0300.230.27
HSL66.98º23.76%64.51%-
HSV(B)66.98º23.12%72.94%-
XYZ41.5746.9232.85-
YUV179.6107.34129-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 143 (56.25% from 255) = 28.04%
R=35.49%
G=36.47%
B=28.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811861430.0300.230.2766.9823.7664.51
HexB5BA8F30171B431841
Octal26527221730273310330101
Binary10110101101110101000111111010111110111000011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA8F; }

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

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

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

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

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

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

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

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