#BAB657

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

Shades of Olive Green #BAB657

Tints of Olive Green #BAB657

Color information

#BAB657 (or 0xBAB657) is unknown color: approx Olive Green. HEX triplet: BA, B6 and 57. RGB value is (186,182,87). Sum of RGB (Red+Green+Blue) = 186+182+87=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB657 is #4549A8. Grayscale: #ACACAC. Windows color (decimal): -4540841 or 5748410. OLE color: 5748410.

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

Color convert

RGB18618287-
CMYK00.020.530.27
HSL57.58º41.77%53.53%-
HSV(B)57.58º53.23%72.94%-
XYZ38.744.5815.58-
YUV172.3779.83137.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 182 (71.48% from 255) = 40%
BLUE value IS 87 (34.38% from 255) = 19.12%
R=40.88%
G=40%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861828700.020.530.2757.5841.7753.53
HexBAB65702351B3a2a36
Octal272266127026533725266
Binary1011101010110110101011101011010111011111010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB657; }

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

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

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

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

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

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

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

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