#BAB34D

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

Shades of Olive Green #BAB34D

Tints of Olive Green #BAB34D

Color information

#BAB34D (or 0xBAB34D) is unknown color: approx Olive Green. HEX triplet: BA, B3 and 4D. RGB value is (186,179,77). Sum of RGB (Red+Green+Blue) = 186+179+77=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB34D is #454CB2. Grayscale: #A9A9A9. Windows color (decimal): -4541619 or 5092282. OLE color: 5092282.

HSL color Cylindrical-coordinate representation of color #BAB34D: hue angle of 56.15º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAB34D is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18617977-
CMYK00.040.590.27
HSL56.15º44.13%51.57%-
HSV(B)56.15º58.6%72.94%-
XYZ37.7143.2213.38-
YUV169.4675.82139.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 179 (70.31% from 255) = 40.50%
BLUE value IS 77 (30.47% from 255) = 17.42%
R=42.08%
G=40.50%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861797700.040.590.2756.1544.1351.57
HexBAB34D043B1B382c34
Octal272263115047333705464
Binary10111010101100111001101010011101111011111000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB34D; }

 p { color: rgb(186,179,77); }

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

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

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

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

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

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

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