#B9B86C

Color #B9B86C Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #B9B86C

Tints of Dark Khaki #B9B86C

Color information

#B9B86C (or 0xB9B86C) is unknown color: approx Dark Khaki. HEX triplet: B9, B8 and 6C. RGB value is (185,184,108). Sum of RGB (Red+Green+Blue) = 185+184+108=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B86C is #464793. Grayscale: #AFAFAF. Windows color (decimal): -4605844 or 7125177. OLE color: 7125177.

HSL color Cylindrical-coordinate representation of color #B9B86C: hue angle of 59.22º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9B86C is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB185184108-
CMYK00.010.420.27
HSL59.22º35.48%57.45%-
HSV(B)59.22º41.62%72.55%-
XYZ39.8545.6820.9-
YUV175.6489.83134.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 184 (72.27% from 255) = 38.57%
BLUE value IS 108 (42.58% from 255) = 22.64%
R=38.78%
G=38.57%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518410800.010.420.2759.2235.4857.45
HexB9B86C012A1B3b2339
Octal271270154015233734371
Binary101110011011100011011000110101011011111011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B86C; }

 p { color: rgb(185,184,108); }

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

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

 a { background-color: rgb(185,184,108); }

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

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

 span { border-color: rgb(185,184,108); }

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