#B5AB75

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

Shades of Dark Khaki #B5AB75

Tints of Dark Khaki #B5AB75

Color information

#B5AB75 (or 0xB5AB75) is unknown color: approx Dark Khaki. HEX triplet: B5, AB and 75. RGB value is (181,171,117). Sum of RGB (Red+Green+Blue) = 181+171+117=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AB75 is #4A548A. Grayscale: #A8A8A8. Windows color (decimal): -4871307 or 7711669. OLE color: 7711669.

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

Color convert

RGB181171117-
CMYK00.060.350.29
HSL50.62º30.19%58.43%-
HSV(B)50.62º35.36%70.98%-
XYZ36.8340.2322.65-
YUV167.8399.31137.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=38.59%
G=36.46%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117111700.060.350.2950.6230.1958.43
HexB5AB7506231D331e3a
Octal265253165064335633672
Binary1011010110101011111010101101000111110111001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB75; }

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

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

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

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

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

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

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

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