#B5BA6F

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

Shades of Dark Khaki #B5BA6F

Tints of Dark Khaki #B5BA6F

Color information

#B5BA6F (or 0xB5BA6F) is unknown color: approx Dark Khaki. HEX triplet: B5, BA and 6F. RGB value is (181,186,111). Sum of RGB (Red+Green+Blue) = 181+186+111=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BA6F is #4A4590. Grayscale: #B0B0B0. Windows color (decimal): -4867473 or 7322293. OLE color: 7322293.

HSL color Cylindrical-coordinate representation of color #B5BA6F: hue angle of 64º 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 #B5BA6F is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB181186111-
CMYK0.0300.400.27
HSL64º35.21%58.24%-
HSV(B)64º40.32%72.94%-
XYZ39.4846.0921.85-
YUV175.9691.34131.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 111 (43.75% from 255) = 23.22%
R=37.87%
G=38.91%
B=23.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811861110.0300.400.276435.2158.24
HexB5BA6F30281B40233a
Octal2652721573050331004372
Binary10110101101110101101111110101000110111000000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA6F; }

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

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

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

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

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

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

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

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