#B4BA6D

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

Shades of Dark Khaki #B4BA6D

Tints of Dark Khaki #B4BA6D

Color information

#B4BA6D (or 0xB4BA6D) is unknown color: approx Dark Khaki. HEX triplet: B4, BA and 6D. RGB value is (180,186,109). Sum of RGB (Red+Green+Blue) = 180+186+109=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BA6D is #4B4592. Grayscale: #AFAFAF. Windows color (decimal): -4933011 or 7191220. OLE color: 7191220.

HSL color Cylindrical-coordinate representation of color #B4BA6D: hue angle of 64.68º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4BA6D is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB180186109-
CMYK0.0300.410.27
HSL64.68º35.81%57.84%-
HSV(B)64.68º41.4%72.94%-
XYZ39.1445.9321.27-
YUV175.4390.51131.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 109 (42.97% from 255) = 22.95%
R=37.89%
G=39.16%
B=22.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801861090.0300.410.2764.6835.8157.84
HexB4BA6D30291B41243a
Octal2642721553051331014472
Binary10110100101110101101101110101001110111000001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BA6D; }

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

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

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

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

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

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

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

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