#BABA55

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

Shades of Olive Green #BABA55

Tints of Olive Green #BABA55

Color information

#BABA55 (or 0xBABA55) is unknown color: approx Olive Green. HEX triplet: BA, BA and 55. RGB value is (186,186,85). Sum of RGB (Red+Green+Blue) = 186+186+85=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA55 is #4545AA. Grayscale: #AEAEAE. Windows color (decimal): -4539819 or 5618362. OLE color: 5618362.

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

Color convert

RGB18618685-
CMYK000.540.27
HSL60º42.26%53.14%-
HSV(B)60º54.3%72.94%-
XYZ39.4546.2115.44-
YUV174.4977.5136.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 85 (33.59% from 255) = 18.60%
R=40.70%
G=40.70%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618685000.540.276042.2653.14
HexBABA5500361B3c2a35
Octal272272125006633745265
Binary101110101011101010101010011011011011111100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA55; }

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

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

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

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

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

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

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

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