#B5BC9A

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

Shades of Green Mist #B5BC9A

Tints of Green Mist #B5BC9A

Color information

#B5BC9A (or 0xB5BC9A) is unknown color: approx Green Mist. HEX triplet: B5, BC and 9A. RGB value is (181,188,154). Sum of RGB (Red+Green+Blue) = 181+188+154=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BC9A is #4A4365. Grayscale: #B6B6B6. Windows color (decimal): -4866918 or 10140853. OLE color: 10140853.

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

Color convert

RGB181188154-
CMYK0.0400.180.26
HSL72.35º20.24%67.06%-
HSV(B)72.35º18.09%73.73%-
XYZ42.8748.1237.6-
YUV182.03112.18127.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.61%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 154 (60.55% from 255) = 29.45%
R=34.61%
G=35.95%
B=29.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811881540.0400.180.2672.3520.2467.06
HexB5BC9A40121A481443
Octal26527423240223211024103
Binary101101011011110010011010100010010110101001000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BC9A; }

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

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

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

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

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

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

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

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