#BABA5B

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

Shades of Olive Green #BABA5B

Tints of Olive Green #BABA5B

Color information

#BABA5B (or 0xBABA5B) is unknown color: approx Olive Green. HEX triplet: BA, BA and 5B. RGB value is (186,186,91). Sum of RGB (Red+Green+Blue) = 186+186+91=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA5B is #4545A4. Grayscale: #AFAFAF. Windows color (decimal): -4539813 or 6011578. OLE color: 6011578.

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

Color convert

RGB18618691-
CMYK000.510.27
HSL60º40.77%54.31%-
HSV(B)60º51.08%72.94%-
XYZ39.746.3116.74-
YUV175.1780.5135.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 186 (73.05% from 255) = 40.17%
BLUE value IS 91 (35.94% from 255) = 19.65%
R=40.17%
G=40.17%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618691000.510.276040.7754.31
HexBABA5B00331B3c2936
Octal272272133006333745166
Binary101110101011101010110110011001111011111100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA5B; }

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

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

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

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

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

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

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

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