#B3BA6C

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

Shades of Dark Khaki #B3BA6C

Tints of Dark Khaki #B3BA6C

Color information

#B3BA6C (or 0xB3BA6C) is unknown color: approx Dark Khaki. HEX triplet: B3, BA and 6C. RGB value is (179,186,108). Sum of RGB (Red+Green+Blue) = 179+186+108=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BA6C is #4C4593. Grayscale: #AFAFAF. Windows color (decimal): -4998548 or 7125683. OLE color: 7125683.

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

Color convert

RGB179186108-
CMYK0.0400.420.27
HSL65.38º36.11%57.65%-
HSV(B)65.38º41.94%72.94%-
XYZ38.8645.7820.98-
YUV175.0290.18130.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.84%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 108 (42.58% from 255) = 22.83%
R=37.84%
G=39.32%
B=22.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791861080.0400.420.2765.3836.1157.65
HexB3BA6C402A1B41243a
Octal2632721544052331014472
Binary101100111011101011011001000101010110111000001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BA6C; }

 p { color: rgb(179,186,108); }

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

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

 a { background-color: rgb(179,186,108); }

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

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

 span { border-color: rgb(179,186,108); }

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