#BAB057

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

Shades of Olive Green #BAB057

Tints of Olive Green #BAB057

Color information

#BAB057 (or 0xBAB057) is unknown color: approx Olive Green. HEX triplet: BA, B0 and 57. RGB value is (186,176,87). Sum of RGB (Red+Green+Blue) = 186+176+87=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB057 is #454FA8. Grayscale: #A9A9A9. Windows color (decimal): -4542377 or 5746874. OLE color: 5746874.

HSL color Cylindrical-coordinate representation of color #BAB057: hue angle of 53.94º 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 #BAB057 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18617687-
CMYK00.050.530.27
HSL53.94º41.77%53.53%-
HSV(B)53.94º53.23%72.94%-
XYZ37.542.1815.18-
YUV168.8481.81140.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 176 (69.14% from 255) = 39.20%
BLUE value IS 87 (34.38% from 255) = 19.38%
R=41.43%
G=39.20%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861768700.050.530.2753.9441.7753.53
HexBAB05705351B362a36
Octal272260127056533665266
Binary10111010101100001010111010111010111011110110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB057; }

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

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

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

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

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

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

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

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