#B3B76D

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

Shades of Dark Khaki #B3B76D

Tints of Dark Khaki #B3B76D

Color information

#B3B76D (or 0xB3B76D) is unknown color: approx Dark Khaki. HEX triplet: B3, B7 and 6D. RGB value is (179,183,109). Sum of RGB (Red+Green+Blue) = 179+183+109=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #B3B76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B76D is #4C4892. Grayscale: #ADADAD. Windows color (decimal): -4999315 or 7190451. OLE color: 7190451.

HSL color Cylindrical-coordinate representation of color #B3B76D: hue angle of 63.24º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3B76D is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB179183109-
CMYK0.0200.400.28
HSL63.24º33.94%57.25%-
HSV(B)63.24º40.44%71.76%-
XYZ38.2844.5521.05-
YUV173.3791.67132.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.00%
GREEN value IS 183 (71.88% from 255) = 38.85%
BLUE value IS 109 (42.97% from 255) = 23.14%
R=38.00%
G=38.85%
B=23.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791831090.0200.400.2863.2433.9457.25
HexB3B76D20281C3f2239
Octal263267155205034774271
Binary1011001110110111110110110010100011100111111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B76D; }

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

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

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

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

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

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

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

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