#BAB857

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

Shades of Olive Green #BAB857

Tints of Olive Green #BAB857

Color information

#BAB857 (or 0xBAB857) is unknown color: approx Olive Green. HEX triplet: BA, B8 and 57. RGB value is (186,184,87). Sum of RGB (Red+Green+Blue) = 186+184+87=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB857 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB857 is #4547A8. Grayscale: #ADADAD. Windows color (decimal): -4540329 or 5748922. OLE color: 5748922.

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

Color convert

RGB18618487-
CMYK00.010.530.27
HSL58.79º41.77%53.53%-
HSV(B)58.79º53.23%72.94%-
XYZ39.1145.4115.72-
YUV173.5479.16136.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 184 (72.27% from 255) = 40.26%
BLUE value IS 87 (34.38% from 255) = 19.04%
R=40.70%
G=40.26%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861848700.010.530.2758.7941.7753.53
HexBAB85701351B3b2a36
Octal272270127016533735266
Binary101110101011100010101110111010111011111011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB857; }

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

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

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

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

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

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

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

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