#B5BA99

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

Shades of Green Mist #B5BA99

Tints of Green Mist #B5BA99

Color information

#B5BA99 (or 0xB5BA99) is unknown color: approx Green Mist. HEX triplet: B5, BA and 99. RGB value is (181,186,153). Sum of RGB (Red+Green+Blue) = 181+186+153=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA99 is #4A4566. Grayscale: #B4B4B4. Windows color (decimal): -4867431 or 10074805. OLE color: 10074805.

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

Color convert

RGB181186153-
CMYK0.0300.180.27
HSL69.09º19.3%66.47%-
HSV(B)69.09º17.74%72.94%-
XYZ42.3647.2437.02-
YUV180.74112.34128.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 153 (60.16% from 255) = 29.42%
R=34.81%
G=35.77%
B=29.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811861530.0300.180.2769.0919.366.47
HexB5BA9930121B451342
Octal26527223130223310523102
Binary10110101101110101001100111010010110111000101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA99; }

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

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

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

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

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

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

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

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