#BAB65E

Color #BAB65E Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #BAB65E

Tints of Olive Green #BAB65E

Color information

#BAB65E (or 0xBAB65E) is unknown color: approx Olive Green. HEX triplet: BA, B6 and 5E. RGB value is (186,182,94). Sum of RGB (Red+Green+Blue) = 186+182+94=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB65E is #4549A1. Grayscale: #ADADAD. Windows color (decimal): -4540834 or 6207162. OLE color: 6207162.

HSL color Cylindrical-coordinate representation of color #BAB65E: hue angle of 57.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAB65E is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18618294-
CMYK00.020.490.27
HSL57.39º40%54.9%-
HSV(B)57.39º49.46%72.94%-
XYZ3944.717.16-
YUV173.1683.33137.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 182 (71.48% from 255) = 39.39%
BLUE value IS 94 (37.11% from 255) = 20.35%
R=40.26%
G=39.39%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861829400.020.490.2757.394054.9
HexBAB65E02311B392837
Octal272266136026133715067
Binary1011101010110110101111001011000111011111001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB65E; }

 p { color: rgb(186,182,94); }

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

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

 a { background-color: rgb(186,182,94); }

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

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

 span { border-color: rgb(186,182,94); }

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