#B5AD71

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

Shades of Dark Khaki #B5AD71

Tints of Dark Khaki #B5AD71

Color information

#B5AD71 (or 0xB5AD71) is unknown color: approx Dark Khaki. HEX triplet: B5, AD and 71. RGB value is (181,173,113). Sum of RGB (Red+Green+Blue) = 181+173+113=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD71 is #4A528E. Grayscale: #A8A8A8. Windows color (decimal): -4870799 or 7450037. OLE color: 7450037.

HSL color Cylindrical-coordinate representation of color #B5AD71: hue angle of 52.94º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5AD71 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB181173113-
CMYK00.040.380.29
HSL52.94º31.48%57.65%-
HSV(B)52.94º37.57%70.98%-
XYZ36.9840.921.57-
YUV168.5596.65136.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 173 (67.97% from 255) = 37.04%
BLUE value IS 113 (44.53% from 255) = 24.20%
R=38.76%
G=37.04%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117311300.040.380.2952.9431.4857.65
HexB5AD7104261D351f3a
Octal265255161044635653772
Binary1011010110101101111000101001001101110111010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD71; }

 p { color: rgb(181,173,113); }

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

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

 a { background-color: rgb(181,173,113); }

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

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

 span { border-color: rgb(181,173,113); }

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