#B9BC9A

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

Shades of Green Mist #B9BC9A

Tints of Green Mist #B9BC9A

Color information

#B9BC9A (or 0xB9BC9A) is unknown color: approx Green Mist. HEX triplet: B9, BC and 9A. RGB value is (185,188,154). Sum of RGB (Red+Green+Blue) = 185+188+154=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BC9A is #464365. Grayscale: #B7B7B7. Windows color (decimal): -4604774 or 10140857. OLE color: 10140857.

HSL color Cylindrical-coordinate representation of color #B9BC9A: hue angle of 65.29º 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 #B9BC9A is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB185188154-
CMYK0.0200.180.26
HSL65.29º20.24%67.06%-
HSV(B)65.29º18.09%73.73%-
XYZ43.8248.6137.65-
YUV183.23111.51129.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.10%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 154 (60.55% from 255) = 29.22%
R=35.10%
G=35.67%
B=29.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851881540.0200.180.2665.2920.2467.06
HexB9BC9A20121A411443
Octal27127423220223210124103
Binary10111001101111001001101010010010110101000001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BC9A; }

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

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

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

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

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

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

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

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