#BAB856

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

Shades of Olive Green #BAB856

Tints of Olive Green #BAB856

Color information

#BAB856 (or 0xBAB856) is unknown color: approx Olive Green. HEX triplet: BA, B8 and 56. RGB value is (186,184,86). Sum of RGB (Red+Green+Blue) = 186+184+86=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB856 is #4547A9. Grayscale: #ADADAD. Windows color (decimal): -4540330 or 5683386. OLE color: 5683386.

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

Color convert

RGB18618486-
CMYK00.010.540.27
HSL58.8º42.02%53.33%-
HSV(B)58.8º53.76%72.94%-
XYZ39.0745.3915.51-
YUV173.4378.66136.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 184 (72.27% from 255) = 40.35%
BLUE value IS 86 (33.98% from 255) = 18.86%
R=40.79%
G=40.35%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861848600.010.540.2758.842.0253.33
HexBAB85601361B3b2a35
Octal272270126016633735265
Binary101110101011100010101100111011011011111011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB856; }

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

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

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

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

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

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

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

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