#B5BB9A

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

Shades of Green Mist #B5BB9A

Tints of Green Mist #B5BB9A

Color information

#B5BB9A (or 0xB5BB9A) is unknown color: approx Green Mist. HEX triplet: B5, BB and 9A. RGB value is (181,187,154). Sum of RGB (Red+Green+Blue) = 181+187+154=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BB9A is #4A4465. Grayscale: #B5B5B5. Windows color (decimal): -4867174 or 10140597. OLE color: 10140597.

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

Color convert

RGB181187154-
CMYK0.0300.180.27
HSL70.91º19.53%66.86%-
HSV(B)70.91º17.65%73.33%-
XYZ42.6647.737.53-
YUV181.44112.51127.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 154 (60.55% from 255) = 29.50%
R=34.67%
G=35.82%
B=29.50%

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
Decimal1811871540.0300.180.2770.9119.5366.86
HexB5BB9A30121B471443
Octal26527323230223310724103
Binary10110101101110111001101011010010110111000111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BB9A; }

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

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

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

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

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

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

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

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