#B5AC75

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

Shades of Dark Khaki #B5AC75

Tints of Dark Khaki #B5AC75

Color information

#B5AC75 (or 0xB5AC75) is unknown color: approx Dark Khaki. HEX triplet: B5, AC and 75. RGB value is (181,172,117). Sum of RGB (Red+Green+Blue) = 181+172+117=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AC75 is #4A538A. Grayscale: #A8A8A8. Windows color (decimal): -4871051 or 7711925. OLE color: 7711925.

HSL color Cylindrical-coordinate representation of color #B5AC75: hue angle of 51.56º 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 #B5AC75 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB181172117-
CMYK00.050.350.29
HSL51.56º30.19%58.43%-
HSV(B)51.56º35.36%70.98%-
XYZ37.0240.6122.72-
YUV168.4298.98136.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 172 (67.58% from 255) = 36.60%
BLUE value IS 117 (46.09% from 255) = 24.89%
R=38.51%
G=36.60%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117211700.050.350.2951.5630.1958.43
HexB5AC7505231D341e3a
Octal265254165054335643672
Binary1011010110101100111010101011000111110111010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC75; }

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

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

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

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

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

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

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

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