#BAB45D

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

Shades of Olive Green #BAB45D

Tints of Olive Green #BAB45D

Color information

#BAB45D (or 0xBAB45D) is unknown color: approx Olive Green. HEX triplet: BA, B4 and 5D. RGB value is (186,180,93). Sum of RGB (Red+Green+Blue) = 186+180+93=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB45D is #454BA2. Grayscale: #ACACAC. Windows color (decimal): -4541347 or 6141114. OLE color: 6141114.

HSL color Cylindrical-coordinate representation of color #BAB45D: hue angle of 56.13º 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 #BAB45D is Cyan = 0, Magento = 0.03, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB18618093-
CMYK00.030.50.27
HSL56.13º40.26%54.71%-
HSV(B)56.13º50%72.94%-
XYZ38.5543.8716.79-
YUV171.8883.49138.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 180 (70.70% from 255) = 39.22%
BLUE value IS 93 (36.72% from 255) = 20.26%
R=40.52%
G=39.22%
B=20.26%

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
Decimal1861809300.030.50.2756.1340.2654.71
HexBAB45D03321B382837
Octal272264135036233705067
Binary1011101010110100101110101111001011011111000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB45D; }

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

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

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

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

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

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

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

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