#B3B56D

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

Shades of Dark Khaki #B3B56D

Tints of Dark Khaki #B3B56D

Color information

#B3B56D (or 0xB3B56D) is unknown color: approx Dark Khaki. HEX triplet: B3, B5 and 6D. RGB value is (179,181,109). Sum of RGB (Red+Green+Blue) = 179+181+109=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #B3B56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B56D is #4C4A92. Grayscale: #ACACAC. Windows color (decimal): -4999827 or 7189939. OLE color: 7189939.

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

Color convert

RGB179181109-
CMYK0.0100.400.29
HSL61.67º32.73%56.86%-
HSV(B)61.67º39.78%70.98%-
XYZ37.8743.7420.91-
YUV172.1992.34132.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.17%
GREEN value IS 181 (71.09% from 255) = 38.59%
BLUE value IS 109 (42.97% from 255) = 23.24%
R=38.17%
G=38.59%
B=23.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791811090.0100.400.2961.6732.7356.86
HexB3B56D10281D3e2139
Octal263265155105035764171
Binary101100111011010111011011010100011101111110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B56D; }

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

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

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

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

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

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

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

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