#BABA58

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

Shades of Olive Green #BABA58

Tints of Olive Green #BABA58

Color information

#BABA58 (or 0xBABA58) is unknown color: approx Olive Green. HEX triplet: BA, BA and 58. RGB value is (186,186,88). Sum of RGB (Red+Green+Blue) = 186+186+88=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA58 is #4545A7. Grayscale: #AFAFAF. Windows color (decimal): -4539816 or 5814970. OLE color: 5814970.

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

Color convert

RGB18618688-
CMYK000.530.27
HSL60º41.53%53.73%-
HSV(B)60º52.69%72.94%-
XYZ39.5746.2616.08-
YUV174.8379135.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 186 (73.05% from 255) = 40.43%
BLUE value IS 88 (34.77% from 255) = 19.13%
R=40.43%
G=40.43%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618688000.530.276041.5353.73
HexBABA5800351B3c2a36
Octal272272130006533745266
Binary101110101011101010110000011010111011111100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA58; }

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

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

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

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

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

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

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

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