#BAB34C

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

Shades of Olive Green #BAB34C

Tints of Olive Green #BAB34C

Color information

#BAB34C (or 0xBAB34C) is unknown color: approx Olive Green. HEX triplet: BA, B3 and 4C. RGB value is (186,179,76). Sum of RGB (Red+Green+Blue) = 186+179+76=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB34C is #454CB3. Grayscale: #A9A9A9. Windows color (decimal): -4541620 or 5026746. OLE color: 5026746.

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

Color convert

RGB18617976-
CMYK00.040.590.27
HSL56.18º44.35%51.37%-
HSV(B)56.18º59.14%72.94%-
XYZ37.6743.213.19-
YUV169.3575.32139.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 179 (70.31% from 255) = 40.59%
BLUE value IS 76 (30.08% from 255) = 17.23%
R=42.18%
G=40.59%
B=17.23%

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
Decimal1861797600.040.590.2756.1844.3551.37
HexBAB34C043B1B382c33
Octal272263114047333705463
Binary10111010101100111001100010011101111011111000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB34C; }

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

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

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

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

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

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

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

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