#BAB45E

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

Shades of Olive Green #BAB45E

Tints of Olive Green #BAB45E

Color information

#BAB45E (or 0xBAB45E) is unknown color: approx Olive Green. HEX triplet: BA, B4 and 5E. RGB value is (186,180,94). Sum of RGB (Red+Green+Blue) = 186+180+94=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB45E is #454BA1. Grayscale: #ACACAC. Windows color (decimal): -4541346 or 6206650. OLE color: 6206650.

HSL color Cylindrical-coordinate representation of color #BAB45E: hue angle of 56.09º 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 #BAB45E is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18618094-
CMYK00.030.490.27
HSL56.09º40%54.9%-
HSV(B)56.09º49.46%72.94%-
XYZ38.5943.8917.03-
YUV171.9983.99137.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 94 (37.11% from 255) = 20.43%
R=40.43%
G=39.13%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861809400.030.490.2756.094054.9
HexBAB45E03311B382837
Octal272264136036133705067
Binary1011101010110100101111001111000111011111000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB45E; }

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

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

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

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

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

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

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

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