#BAB659

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

Shades of Olive Green #BAB659

Tints of Olive Green #BAB659

Color information

#BAB659 (or 0xBAB659) is unknown color: approx Olive Green. HEX triplet: BA, B6 and 59. RGB value is (186,182,89). Sum of RGB (Red+Green+Blue) = 186+182+89=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB659 is #4549A6. Grayscale: #ACACAC. Windows color (decimal): -4540839 or 5879482. OLE color: 5879482.

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

Color convert

RGB18618289-
CMYK00.020.520.27
HSL57.53º41.28%53.92%-
HSV(B)57.53º52.15%72.94%-
XYZ38.7844.6216.02-
YUV172.5980.83137.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 89 (35.16% from 255) = 19.47%
R=40.70%
G=39.82%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861828900.020.520.2757.5341.2853.92
HexBAB65902341B3a2936
Octal272266131026433725166
Binary1011101010110110101100101011010011011111010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB659; }

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

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

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

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

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

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

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

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