#B3B56A

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

Shades of Dark Khaki #B3B56A

Tints of Dark Khaki #B3B56A

Color information

#B3B56A (or 0xB3B56A) is unknown color: approx Dark Khaki. HEX triplet: B3, B5 and 6A. RGB value is (179,181,106). Sum of RGB (Red+Green+Blue) = 179+181+106=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 181 - color contains mainly: green. Hex color #B3B56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B56A is #4C4A95. Grayscale: #ACACAC. Windows color (decimal): -4999830 or 6993331. OLE color: 6993331.

HSL color Cylindrical-coordinate representation of color #B3B56A: hue angle of 61.6º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3B56A is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB179181106-
CMYK0.0100.410.29
HSL61.6º33.63%56.27%-
HSV(B)61.6º41.44%70.98%-
XYZ37.7243.6720.08-
YUV171.8590.84133.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 181 (71.09% from 255) = 38.84%
BLUE value IS 106 (41.80% from 255) = 22.75%
R=38.41%
G=38.84%
B=22.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791811060.0100.410.2961.633.6356.27
HexB3B56A10291D3e2238
Octal263265152105135764270
Binary101100111011010111010101010100111101111110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B56A; }

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

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

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

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

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

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

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

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