#BAB75E

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

Shades of Olive Green #BAB75E

Tints of Olive Green #BAB75E

Color information

#BAB75E (or 0xBAB75E) is unknown color: approx Olive Green. HEX triplet: BA, B7 and 5E. RGB value is (186,183,94). Sum of RGB (Red+Green+Blue) = 186+183+94=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB75E is #4548A1. Grayscale: #AEAEAE. Windows color (decimal): -4540578 or 6207418. OLE color: 6207418.

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

Color convert

RGB18618394-
CMYK00.020.490.27
HSL58.04º40%54.9%-
HSV(B)58.04º49.46%72.94%-
XYZ39.245.1117.23-
YUV173.7582.99136.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 183 (71.88% from 255) = 39.52%
BLUE value IS 94 (37.11% from 255) = 20.30%
R=40.17%
G=39.52%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861839400.020.490.2758.044054.9
HexBAB75E02311B3a2837
Octal272267136026133725067
Binary1011101010110111101111001011000111011111010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB75E; }

 p { color: rgb(186,183,94); }

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

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

 a { background-color: rgb(186,183,94); }

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

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

 span { border-color: rgb(186,183,94); }

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