#B9B86A

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

Shades of Dark Khaki #B9B86A

Tints of Dark Khaki #B9B86A

Color information

#B9B86A (or 0xB9B86A) is unknown color: approx Dark Khaki. HEX triplet: B9, B8 and 6A. RGB value is (185,184,106). Sum of RGB (Red+Green+Blue) = 185+184+106=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B86A is #464795. Grayscale: #AFAFAF. Windows color (decimal): -4605846 or 6994105. OLE color: 6994105.

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

Color convert

RGB185184106-
CMYK00.010.430.27
HSL59.24º36.07%57.06%-
HSV(B)59.24º42.7%72.55%-
XYZ39.7545.6420.35-
YUV175.4188.83134.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 184 (72.27% from 255) = 38.74%
BLUE value IS 106 (41.80% from 255) = 22.32%
R=38.95%
G=38.74%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518410600.010.430.2759.2436.0757.06
HexB9B86A012B1B3b2439
Octal271270152015333734471
Binary101110011011100011010100110101111011111011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B86A; }

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

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

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

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

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

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

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

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