#BAB860

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

Shades of Olive Green #BAB860

Tints of Olive Green #BAB860

Color information

#BAB860 (or 0xBAB860) is unknown color: approx Olive Green. HEX triplet: BA, B8 and 60. RGB value is (186,184,96). Sum of RGB (Red+Green+Blue) = 186+184+96=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB860 is #45479F. Grayscale: #AEAEAE. Windows color (decimal): -4540320 or 6338746. OLE color: 6338746.

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

Color convert

RGB18618496-
CMYK00.010.480.27
HSL58.67º39.47%55.29%-
HSV(B)58.67º48.39%72.94%-
XYZ39.545.5617.78-
YUV174.5783.66136.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 184 (72.27% from 255) = 39.48%
BLUE value IS 96 (37.89% from 255) = 20.60%
R=39.91%
G=39.48%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861849600.010.480.2758.6739.4755.29
HexBAB86001301B3b2737
Octal272270140016033734767
Binary101110101011100011000000111000011011111011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB860; }

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

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

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

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

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

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

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

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