#B5BB95

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

Shades of Green Mist #B5BB95

Tints of Green Mist #B5BB95

Color information

#B5BB95 (or 0xB5BB95) is unknown color: approx Green Mist. HEX triplet: B5, BB and 95. RGB value is (181,187,149). Sum of RGB (Red+Green+Blue) = 181+187+149=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BB95 is #4A446A. Grayscale: #B5B5B5. Windows color (decimal): -4867179 or 9812917. OLE color: 9812917.

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

Color convert

RGB181187149-
CMYK0.0300.200.27
HSL69.47º21.84%65.88%-
HSV(B)69.47º20.32%73.33%-
XYZ42.2547.5335.38-
YUV180.87110.01128.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.01%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=35.01%
G=36.17%
B=28.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811871490.0300.200.2769.4721.8465.88
HexB5BB9530141B451642
Octal26527322530243310526102
Binary10110101101110111001010111010100110111000101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BB95; }

 p { color: rgb(181,187,149); }

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

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

 a { background-color: rgb(181,187,149); }

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

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

 span { border-color: rgb(181,187,149); }

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