#B5BB8E

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

Shades of Green Mist #B5BB8E

Tints of Green Mist #B5BB8E

Color information

#B5BB8E (or 0xB5BB8E) is unknown color: approx Green Mist. HEX triplet: B5, BB and 8E. RGB value is (181,187,142). Sum of RGB (Red+Green+Blue) = 181+187+142=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BB8E is #4A4471. Grayscale: #B4B4B4. Windows color (decimal): -4867186 or 9354165. OLE color: 9354165.

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

Color convert

RGB181187142-
CMYK0.0300.240.27
HSL68º24.86%64.51%-
HSV(B)68º24.06%73.33%-
XYZ41.7147.3232.53-
YUV180.08106.51128.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 187 (73.44% from 255) = 36.67%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=35.49%
G=36.67%
B=27.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811871420.0300.240.276824.8664.51
HexB5BB8E30181B441941
Octal26527321630303310431101
Binary10110101101110111000111011011000110111000100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BB8E; }

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

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

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

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

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

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

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

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