#BABA53

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

Shades of Olive Green #BABA53

Tints of Olive Green #BABA53

Color information

#BABA53 (or 0xBABA53) is unknown color: approx Olive Green. HEX triplet: BA, BA and 53. RGB value is (186,186,83). Sum of RGB (Red+Green+Blue) = 186+186+83=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA53 is #4545AC. Grayscale: #AEAEAE. Windows color (decimal): -4539821 or 5487290. OLE color: 5487290.

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

Color convert

RGB18618683-
CMYK000.550.27
HSL60º42.74%52.75%-
HSV(B)60º55.38%72.94%-
XYZ39.3746.1815.02-
YUV174.2676.5136.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 83 (32.81% from 255) = 18.24%
R=40.88%
G=40.88%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618683000.550.276042.7452.75
HexBABA5300371B3c2b35
Octal272272123006733745365
Binary101110101011101010100110011011111011111100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA53; }

 p { color: rgb(186,186,83); }

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

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

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

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

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

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

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