#B5AE6C

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

Shades of Dark Khaki #B5AE6C

Tints of Dark Khaki #B5AE6C

Color information

#B5AE6C (or 0xB5AE6C) is unknown color: approx Dark Khaki. HEX triplet: B5, AE and 6C. RGB value is (181,174,108). Sum of RGB (Red+Green+Blue) = 181+174+108=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AE6C is #4A5193. Grayscale: #A8A8A8. Windows color (decimal): -4870548 or 7122613. OLE color: 7122613.

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

Color convert

RGB181174108-
CMYK00.040.400.29
HSL54.25º33.03%56.67%-
HSV(B)54.25º40.33%70.98%-
XYZ36.941.1820.19-
YUV168.5793.82136.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 174 (68.36% from 255) = 37.58%
BLUE value IS 108 (42.58% from 255) = 23.33%
R=39.09%
G=37.58%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117410800.040.400.2954.2533.0356.67
HexB5AE6C04281D362139
Octal265256154045035664171
Binary10110101101011101101100010010100011101110110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE6C; }

 p { color: rgb(181,174,108); }

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

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

 a { background-color: rgb(181,174,108); }

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

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

 span { border-color: rgb(181,174,108); }

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