#BAB45C

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

Shades of Olive Green #BAB45C

Tints of Olive Green #BAB45C

Color information

#BAB45C (or 0xBAB45C) is unknown color: approx Olive Green. HEX triplet: BA, B4 and 5C. RGB value is (186,180,92). Sum of RGB (Red+Green+Blue) = 186+180+92=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB45C is #454BA3. Grayscale: #ACACAC. Windows color (decimal): -4541348 or 6075578. OLE color: 6075578.

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

Color convert

RGB18618092-
CMYK00.030.510.27
HSL56.17º40.52%54.51%-
HSV(B)56.17º50.54%72.94%-
XYZ38.543.8516.56-
YUV171.7682.99138.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 180 (70.70% from 255) = 39.30%
BLUE value IS 92 (36.33% from 255) = 20.09%
R=40.61%
G=39.30%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861809200.030.510.2756.1740.5254.51
HexBAB45C03331B382937
Octal272264134036333705167
Binary1011101010110100101110001111001111011111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB45C; }

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

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

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

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

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

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

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

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