#B5BB8D

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

Shades of Green Mist #B5BB8D

Tints of Green Mist #B5BB8D

Color information

#B5BB8D (or 0xB5BB8D) is unknown color: approx Green Mist. HEX triplet: B5, BB and 8D. RGB value is (181,187,141). Sum of RGB (Red+Green+Blue) = 181+187+141=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BB8D is #4A4472. Grayscale: #B4B4B4. Windows color (decimal): -4867187 or 9288629. OLE color: 9288629.

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

Color convert

RGB181187141-
CMYK0.0300.250.27
HSL67.83º25.27%64.31%-
HSV(B)67.83º24.6%73.33%-
XYZ41.6347.2932.13-
YUV179.96106.01128.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.56%
GREEN value IS 187 (73.44% from 255) = 36.74%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=35.56%
G=36.74%
B=27.70%

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
Decimal1811871410.0300.250.2767.8325.2764.31
HexB5BB8D30191B441940
Octal26527321530313310431100
Binary10110101101110111000110111011001110111000100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BB8D; }

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

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

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

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

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

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

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

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