#B9BA6F

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

Shades of Dark Khaki #B9BA6F

Tints of Dark Khaki #B9BA6F

Color information

#B9BA6F (or 0xB9BA6F) is unknown color: approx Dark Khaki. HEX triplet: B9, BA and 6F. RGB value is (185,186,111). Sum of RGB (Red+Green+Blue) = 185+186+111=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BA6F is #464590. Grayscale: #B1B1B1. Windows color (decimal): -4605329 or 7322297. OLE color: 7322297.

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

Color convert

RGB185186111-
CMYK0.0100.400.27
HSL60.8º35.21%58.24%-
HSV(B)60.8º40.32%72.94%-
XYZ40.4446.5821.9-
YUV177.1590.67133.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 111 (43.75% from 255) = 23.03%
R=38.38%
G=38.59%
B=23.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851861110.0100.400.2760.835.2158.24
HexB9BA6F10281B3d233a
Octal271272157105033754372
Binary101110011011101011011111010100011011111101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BA6F; }

 p { color: rgb(185,186,111); }

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

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

 a { background-color: rgb(185,186,111); }

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

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

 span { border-color: rgb(185,186,111); }

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