#BABA52

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

Shades of Olive Green #BABA52

Tints of Olive Green #BABA52

Color information

#BABA52 (or 0xBABA52) is unknown color: approx Olive Green. HEX triplet: BA, BA and 52. RGB value is (186,186,82). Sum of RGB (Red+Green+Blue) = 186+186+82=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA52 is #4545AD. Grayscale: #AEAEAE. Windows color (decimal): -4539822 or 5421754. OLE color: 5421754.

HSL color Cylindrical-coordinate representation of color #BABA52: 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.56%. Process color model (Four color, CMYK) of #BABA52 is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18618682-
CMYK000.560.27
HSL60º42.98%52.55%-
HSV(B)60º55.91%72.94%-
XYZ39.3346.1714.82-
YUV174.1476136.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 82 (32.42% from 255) = 18.06%
R=40.97%
G=40.97%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618682000.560.276042.9852.55
HexBABA5200381B3c2b35
Octal272272122007033745365
Binary101110101011101010100100011100011011111100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA52; }

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

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

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

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

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

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

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

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