#B5AD75

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

Shades of Dark Khaki #B5AD75

Tints of Dark Khaki #B5AD75

Color information

#B5AD75 (or 0xB5AD75) is unknown color: approx Dark Khaki. HEX triplet: B5, AD and 75. RGB value is (181,173,117). Sum of RGB (Red+Green+Blue) = 181+173+117=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD75 is #4A528A. Grayscale: #A9A9A9. Windows color (decimal): -4870795 or 7712181. OLE color: 7712181.

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

Color convert

RGB181173117-
CMYK00.040.350.29
HSL52.5º30.19%58.43%-
HSV(B)52.5º35.36%70.98%-
XYZ37.214122.78-
YUV169.0198.65136.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 173 (67.97% from 255) = 36.73%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=38.43%
G=36.73%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117311700.040.350.2952.530.1958.43
HexB5AD7504231D341e3a
Octal265255165044335643672
Binary1011010110101101111010101001000111110111010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD75; }

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

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

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

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

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

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

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

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