#BAC06C

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

Shades of Dark Khaki #BAC06C

Tints of Dark Khaki #BAC06C

Color information

#BAC06C (or 0xBAC06C) is unknown color: approx Dark Khaki. HEX triplet: BA, C0 and 6C. RGB value is (186,192,108). Sum of RGB (Red+Green+Blue) = 186+192+108=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC06C is #453F93. Grayscale: #B4B4B4. Windows color (decimal): -4538260 or 7127226. OLE color: 7127226.

HSL color Cylindrical-coordinate representation of color #BAC06C: hue angle of 64.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAC06C is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB186192108-
CMYK0.0300.440.25
HSL64.29º40%58.82%-
HSV(B)64.29º43.75%75.29%-
XYZ41.8149.2221.48-
YUV180.6387.01131.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 192 (75.39% from 255) = 39.51%
BLUE value IS 108 (42.58% from 255) = 22.22%
R=38.27%
G=39.51%
B=22.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921080.0300.440.2564.294058.82
HexBAC06C302C1940283b
Octal2723001543054311005073
Binary10111010110000001101100110101100110011000000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC06C; }

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

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

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

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

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

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

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

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