#BAB44E

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

Shades of Olive Green #BAB44E

Tints of Olive Green #BAB44E

Color information

#BAB44E (or 0xBAB44E) is unknown color: approx Olive Green. HEX triplet: BA, B4 and 4E. RGB value is (186,180,78). Sum of RGB (Red+Green+Blue) = 186+180+78=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB44E is #454BB1. Grayscale: #AAAAAA. Windows color (decimal): -4541362 or 5158074. OLE color: 5158074.

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

Color convert

RGB18618078-
CMYK00.030.580.27
HSL56.67º43.9%51.76%-
HSV(B)56.67º58.06%72.94%-
XYZ37.9543.6313.63-
YUV170.1775.99139.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 78 (30.86% from 255) = 17.57%
R=41.89%
G=40.54%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861807800.030.580.2756.6743.951.76
HexBAB44E033A1B392c34
Octal272264116037233715464
Binary1011101010110100100111001111101011011111001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB44E; }

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

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

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

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

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

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

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

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