#BAB55A

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

Shades of Olive Green #BAB55A

Tints of Olive Green #BAB55A

Color information

#BAB55A (or 0xBAB55A) is unknown color: approx Olive Green. HEX triplet: BA, B5 and 5A. RGB value is (186,181,90). Sum of RGB (Red+Green+Blue) = 186+181+90=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB55A is #454AA5. Grayscale: #ACACAC. Windows color (decimal): -4541094 or 5944762. OLE color: 5944762.

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

Color convert

RGB18618190-
CMYK00.030.520.27
HSL56.88º41.03%54.12%-
HSV(B)56.88º51.61%72.94%-
XYZ38.6244.2316.17-
YUV172.1281.66137.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 181 (71.09% from 255) = 39.61%
BLUE value IS 90 (35.55% from 255) = 19.69%
R=40.70%
G=39.61%
B=19.69%

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
Decimal1861819000.030.520.2756.8841.0354.12
HexBAB55A03341B392936
Octal272265132036433715166
Binary1011101010110101101101001111010011011111001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB55A; }

 p { color: rgb(186,181,90); }

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

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

 a { background-color: rgb(186,181,90); }

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

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

 span { border-color: rgb(186,181,90); }

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