#B5AE70

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

Shades of Dark Khaki #B5AE70

Tints of Dark Khaki #B5AE70

Color information

#B5AE70 (or 0xB5AE70) is unknown color: approx Dark Khaki. HEX triplet: B5, AE and 70. RGB value is (181,174,112). Sum of RGB (Red+Green+Blue) = 181+174+112=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AE70 is #4A518F. Grayscale: #A9A9A9. Windows color (decimal): -4870544 or 7384757. OLE color: 7384757.

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

Color convert

RGB181174112-
CMYK00.040.380.29
HSL53.91º31.8%57.45%-
HSV(B)53.91º38.12%70.98%-
XYZ37.1241.2721.34-
YUV169.0295.82136.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 112 (44.14% from 255) = 23.98%
R=38.76%
G=37.26%
B=23.98%

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
Decimal18117411200.040.380.2953.9131.857.45
HexB5AE7004261D362039
Octal265256160044635664071
Binary10110101101011101110000010010011011101110110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE70; }

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

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

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

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

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

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

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

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