#B5B26D

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

Shades of Dark Khaki #B5B26D

Tints of Dark Khaki #B5B26D

Color information

#B5B26D (or 0xB5B26D) is unknown color: approx Dark Khaki. HEX triplet: B5, B2 and 6D. RGB value is (181,178,109). Sum of RGB (Red+Green+Blue) = 181+178+109=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B26D is #4A4D92. Grayscale: #ABABAB. Windows color (decimal): -4869523 or 7189173. OLE color: 7189173.

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

Color convert

RGB181178109-
CMYK00.020.400.29
HSL57.5º32.73%56.86%-
HSV(B)57.5º39.78%70.98%-
XYZ37.7442.7720.73-
YUV171.0392.99135.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 178 (69.92% from 255) = 38.03%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=38.68%
G=38.03%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117810900.020.400.2957.532.7356.86
HexB5B26D02281D3a2139
Octal265262155025035724171
Binary1011010110110010110110101010100011101111010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B26D; }

 p { color: rgb(181,178,109); }

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

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

 a { background-color: rgb(181,178,109); }

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

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

 span { border-color: rgb(181,178,109); }

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