#B5AD70

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

Shades of Dark Khaki #B5AD70

Tints of Dark Khaki #B5AD70

Color information

#B5AD70 (or 0xB5AD70) is unknown color: approx Dark Khaki. HEX triplet: B5, AD and 70. RGB value is (181,173,112). Sum of RGB (Red+Green+Blue) = 181+173+112=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD70 is #4A528F. Grayscale: #A8A8A8. Windows color (decimal): -4870800 or 7384501. OLE color: 7384501.

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

Color convert

RGB181173112-
CMYK00.040.380.29
HSL53.04º31.8%57.45%-
HSV(B)53.04º38.12%70.98%-
XYZ36.9240.8821.27-
YUV168.4496.15136.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 173 (67.97% from 255) = 37.12%
BLUE value IS 112 (44.14% from 255) = 24.03%
R=38.84%
G=37.12%
B=24.03%

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
Decimal18117311200.040.380.2953.0431.857.45
HexB5AD7004261D352039
Octal265255160044635654071
Binary10110101101011011110000010010011011101110101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD70; }

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

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

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

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

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

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

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

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