#B9B86D

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

Shades of Dark Khaki #B9B86D

Tints of Dark Khaki #B9B86D

Color information

#B9B86D (or 0xB9B86D) is unknown color: approx Dark Khaki. HEX triplet: B9, B8 and 6D. RGB value is (185,184,109). Sum of RGB (Red+Green+Blue) = 185+184+109=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B86D is #464792. Grayscale: #B0B0B0. Windows color (decimal): -4605843 or 7190713. OLE color: 7190713.

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

Color convert

RGB185184109-
CMYK00.010.410.27
HSL59.21º35.19%57.65%-
HSV(B)59.21º41.08%72.55%-
XYZ39.9145.721.19-
YUV175.7590.33134.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 109 (42.97% from 255) = 22.80%
R=38.70%
G=38.49%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518410900.010.410.2759.2135.1957.65
HexB9B86D01291B3b233a
Octal271270155015133734372
Binary101110011011100011011010110100111011111011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B86D; }

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

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

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

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

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

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

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

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