#B9B56C

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

Shades of Dark Khaki #B9B56C

Tints of Dark Khaki #B9B56C

Color information

#B9B56C (or 0xB9B56C) is unknown color: approx Dark Khaki. HEX triplet: B9, B5 and 6C. RGB value is (185,181,108). Sum of RGB (Red+Green+Blue) = 185+181+108=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B56C is #464A93. Grayscale: #AEAEAE. Windows color (decimal): -4606612 or 7124409. OLE color: 7124409.

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

Color convert

RGB185181108-
CMYK00.020.420.27
HSL56.88º35.48%57.45%-
HSV(B)56.88º41.62%72.55%-
XYZ39.2444.4420.7-
YUV173.8790.83135.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 181 (71.09% from 255) = 38.19%
BLUE value IS 108 (42.58% from 255) = 22.78%
R=39.03%
G=38.19%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518110800.020.420.2756.8835.4857.45
HexB9B56C022A1B392339
Octal271265154025233714371
Binary1011100110110101110110001010101011011111001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B56C; }

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

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

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

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

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

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

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

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