#B0AD6E

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

Shades of Dark Khaki #B0AD6E

Tints of Dark Khaki #B0AD6E

Color information

#B0AD6E (or 0xB0AD6E) is unknown color: approx Dark Khaki. HEX triplet: B0, AD and 6E. RGB value is (176,173,110). Sum of RGB (Red+Green+Blue) = 176+173+110=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD6E is #4F5291. Grayscale: #A6A6A6. Windows color (decimal): -5198482 or 7253424. OLE color: 7253424.

HSL color Cylindrical-coordinate representation of color #B0AD6E: hue angle of 57.27º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0AD6E is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB176173110-
CMYK00.020.370.31
HSL57.27º29.46%56.08%-
HSV(B)57.27º37.5%69.02%-
XYZ35.6640.2420.64-
YUV166.7195.99134.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 173 (67.97% from 255) = 37.69%
BLUE value IS 110 (43.36% from 255) = 23.97%
R=38.34%
G=37.69%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617311000.020.370.3157.2729.4656.08
HexB0AD6E02251F391d38
Octal260255156024537713570
Binary101100001010110111011100101001011111111100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AD6E; }

 p { color: rgb(176,173,110); }

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

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

 a { background-color: rgb(176,173,110); }

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

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

 span { border-color: rgb(176,173,110); }

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