#BABA61

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

Shades of Olive Green #BABA61

Tints of Olive Green #BABA61

Color information

#BABA61 (or 0xBABA61) is unknown color: approx Olive Green. HEX triplet: BA, BA and 61. RGB value is (186,186,97). Sum of RGB (Red+Green+Blue) = 186+186+97=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA61 is #45459E. Grayscale: #B0B0B0. Windows color (decimal): -4539807 or 6404794. OLE color: 6404794.

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

Color convert

RGB18618697-
CMYK000.480.27
HSL60º39.21%55.49%-
HSV(B)60º47.85%72.94%-
XYZ39.9746.4218.16-
YUV175.8583.5135.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 97 (38.28% from 255) = 20.68%
R=39.66%
G=39.66%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618697000.480.276039.2155.49
HexBABA6100301B3c2737
Octal272272141006033744767
Binary101110101011101011000010011000011011111100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA61; }

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

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

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

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

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

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

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

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