#B5B96A

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

Shades of Dark Khaki #B5B96A

Tints of Dark Khaki #B5B96A

Color information

#B5B96A (or 0xB5B96A) is unknown color: approx Dark Khaki. HEX triplet: B5, B9 and 6A. RGB value is (181,185,106). Sum of RGB (Red+Green+Blue) = 181+185+106=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B96A is #4A4695. Grayscale: #AFAFAF. Windows color (decimal): -4867734 or 6994357. OLE color: 6994357.

HSL color Cylindrical-coordinate representation of color #B5B96A: hue angle of 63.04º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5B96A is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB181185106-
CMYK0.0200.430.27
HSL63.04º36.07%57.06%-
HSV(B)63.04º42.7%72.55%-
XYZ39.0145.5620.37-
YUV174.889.17132.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 185 (72.66% from 255) = 39.19%
BLUE value IS 106 (41.80% from 255) = 22.46%
R=38.35%
G=39.19%
B=22.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811851060.0200.430.2763.0436.0757.06
HexB5B96A202B1B3f2439
Octal265271152205333774471
Binary1011010110111001110101010010101111011111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B96A; }

 p { color: rgb(181,185,106); }

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

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

 a { background-color: rgb(181,185,106); }

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

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

 span { border-color: rgb(181,185,106); }

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