#BAB459

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

Shades of Olive Green #BAB459

Tints of Olive Green #BAB459

Color information

#BAB459 (or 0xBAB459) is unknown color: approx Olive Green. HEX triplet: BA, B4 and 59. RGB value is (186,180,89). Sum of RGB (Red+Green+Blue) = 186+180+89=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB459 is #454BA6. Grayscale: #ABABAB. Windows color (decimal): -4541351 or 5878970. OLE color: 5878970.

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

Color convert

RGB18618089-
CMYK00.030.520.27
HSL56.29º41.28%53.92%-
HSV(B)56.29º52.15%72.94%-
XYZ38.3743.815.88-
YUV171.4281.49138.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 89 (35.16% from 255) = 19.56%
R=40.88%
G=39.56%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861808900.030.520.2756.2941.2853.92
HexBAB45903341B382936
Octal272264131036433705166
Binary1011101010110100101100101111010011011111000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB459; }

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

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

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

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

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

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

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

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