#B5BA8C

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

Shades of Green Mist #B5BA8C

Tints of Green Mist #B5BA8C

Color information

#B5BA8C (or 0xB5BA8C) is unknown color: approx Green Mist. HEX triplet: B5, BA and 8C. RGB value is (181,186,140). Sum of RGB (Red+Green+Blue) = 181+186+140=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA8C is #4A4573. Grayscale: #B3B3B3. Windows color (decimal): -4867444 or 9222837. OLE color: 9222837.

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

Color convert

RGB181186140-
CMYK0.0300.250.27
HSL66.52º25%63.92%-
HSV(B)66.52º24.73%72.94%-
XYZ41.3546.8431.67-
YUV179.26105.84129.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.70%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 140 (55.08% from 255) = 27.61%
R=35.70%
G=36.69%
B=27.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811861400.0300.250.2766.522563.92
HexB5BA8C30191B431940
Octal26527221430313310331100
Binary10110101101110101000110011011001110111000011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA8C; }

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

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

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

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

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

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

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

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