#BAB55D

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

Shades of Olive Green #BAB55D

Tints of Olive Green #BAB55D

Color information

#BAB55D (or 0xBAB55D) is unknown color: approx Olive Green. HEX triplet: BA, B5 and 5D. RGB value is (186,181,93). Sum of RGB (Red+Green+Blue) = 186+181+93=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB55D is #454AA2. Grayscale: #ACACAC. Windows color (decimal): -4541091 or 6141370. OLE color: 6141370.

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

Color convert

RGB18618193-
CMYK00.030.50.27
HSL56.77º40.26%54.71%-
HSV(B)56.77º50%72.94%-
XYZ38.7544.2816.86-
YUV172.4683.16137.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 181 (71.09% from 255) = 39.35%
BLUE value IS 93 (36.72% from 255) = 20.22%
R=40.43%
G=39.35%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861819300.030.50.2756.7740.2654.71
HexBAB55D03321B392837
Octal272265135036233715067
Binary1011101010110101101110101111001011011111001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB55D; }

 p { color: rgb(186,181,93); }

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

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

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

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

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

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

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