#BAB45B

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

Shades of Olive Green #BAB45B

Tints of Olive Green #BAB45B

Color information

#BAB45B (or 0xBAB45B) is unknown color: approx Olive Green. HEX triplet: BA, B4 and 5B. RGB value is (186,180,91). Sum of RGB (Red+Green+Blue) = 186+180+91=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB45B is #454BA4. Grayscale: #ACACAC. Windows color (decimal): -4541349 or 6010042. OLE color: 6010042.

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

Color convert

RGB18618091-
CMYK00.030.510.27
HSL56.21º40.77%54.31%-
HSV(B)56.21º51.08%72.94%-
XYZ38.4643.8416.33-
YUV171.6582.49138.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 91 (35.94% from 255) = 19.91%
R=40.70%
G=39.39%
B=19.91%

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
Decimal1861809100.030.510.2756.2140.7754.31
HexBAB45B03331B382936
Octal272264133036333705166
Binary1011101010110100101101101111001111011111000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB45B; }

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

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

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

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

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

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

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

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