#BAB859

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

Shades of Olive Green #BAB859

Tints of Olive Green #BAB859

Color information

#BAB859 (or 0xBAB859) is unknown color: approx Olive Green. HEX triplet: BA, B8 and 59. RGB value is (186,184,89). Sum of RGB (Red+Green+Blue) = 186+184+89=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB859 is #4547A6. Grayscale: #AEAEAE. Windows color (decimal): -4540327 or 5879994. OLE color: 5879994.

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

Color convert

RGB18618489-
CMYK00.010.520.27
HSL58.76º41.28%53.92%-
HSV(B)58.76º52.15%72.94%-
XYZ39.1945.4416.16-
YUV173.7780.16136.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 184 (72.27% from 255) = 40.09%
BLUE value IS 89 (35.16% from 255) = 19.39%
R=40.52%
G=40.09%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861848900.010.520.2758.7641.2853.92
HexBAB85901341B3b2936
Octal272270131016433735166
Binary101110101011100010110010111010011011111011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB859; }

 p { color: rgb(186,184,89); }

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

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

 a { background-color: rgb(186,184,89); }

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

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

 span { border-color: rgb(186,184,89); }

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