#BABA54

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

Shades of Olive Green #BABA54

Tints of Olive Green #BABA54

Color information

#BABA54 (or 0xBABA54) is unknown color: approx Olive Green. HEX triplet: BA, BA and 54. RGB value is (186,186,84). Sum of RGB (Red+Green+Blue) = 186+186+84=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA54 is #4545AB. Grayscale: #AEAEAE. Windows color (decimal): -4539820 or 5552826. OLE color: 5552826.

HSL color Cylindrical-coordinate representation of color #BABA54: 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 #BABA54 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18618684-
CMYK000.550.27
HSL60º42.5%52.94%-
HSV(B)60º54.84%72.94%-
XYZ39.4146.215.23-
YUV174.3777136.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 186 (73.05% from 255) = 40.79%
BLUE value IS 84 (33.20% from 255) = 18.42%
R=40.79%
G=40.79%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618684000.550.276042.552.94
HexBABA5400371B3c2a35
Octal272272124006733745265
Binary101110101011101010101000011011111011111100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA54; }

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

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

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

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

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

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

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

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