#B5B16D

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

Shades of Dark Khaki #B5B16D

Tints of Dark Khaki #B5B16D

Color information

#B5B16D (or 0xB5B16D) is unknown color: approx Dark Khaki. HEX triplet: B5, B1 and 6D. RGB value is (181,177,109). Sum of RGB (Red+Green+Blue) = 181+177+109=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B16D is #4A4E92. Grayscale: #AAAAAA. Windows color (decimal): -4869779 or 7188917. OLE color: 7188917.

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

Color convert

RGB181177109-
CMYK00.020.400.29
HSL56.67º32.73%56.86%-
HSV(B)56.67º39.78%70.98%-
XYZ37.5442.3720.67-
YUV170.4493.33135.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 177 (69.53% from 255) = 37.90%
BLUE value IS 109 (42.97% from 255) = 23.34%
R=38.76%
G=37.90%
B=23.34%

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
Decimal18117710900.020.400.2956.6732.7356.86
HexB5B16D02281D392139
Octal265261155025035714171
Binary1011010110110001110110101010100011101111001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B16D; }

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

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

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

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

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

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

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

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