#B4B76D

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

Shades of Dark Khaki #B4B76D

Tints of Dark Khaki #B4B76D

Color information

#B4B76D (or 0xB4B76D) is unknown color: approx Dark Khaki. HEX triplet: B4, B7 and 6D. RGB value is (180,183,109). Sum of RGB (Red+Green+Blue) = 180+183+109=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B76D is #4B4892. Grayscale: #ADADAD. Windows color (decimal): -4933779 or 7190452. OLE color: 7190452.

HSL color Cylindrical-coordinate representation of color #B4B76D: hue angle of 62.43º 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 #B4B76D is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB180183109-
CMYK0.0200.400.28
HSL62.43º33.94%57.25%-
HSV(B)62.43º40.44%71.76%-
XYZ38.5244.6721.06-
YUV173.6791.51132.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 183 (71.88% from 255) = 38.77%
BLUE value IS 109 (42.97% from 255) = 23.09%
R=38.14%
G=38.77%
B=23.09%

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
Decimal1801831090.0200.400.2862.4333.9457.25
HexB4B76D20281C3e2239
Octal264267155205034764271
Binary1011010010110111110110110010100011100111110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B76D; }

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

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

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

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

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

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

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

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