#BAB157

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

Shades of Olive Green #BAB157

Tints of Olive Green #BAB157

Color information

#BAB157 (or 0xBAB157) is unknown color: approx Olive Green. HEX triplet: BA, B1 and 57. RGB value is (186,177,87). Sum of RGB (Red+Green+Blue) = 186+177+87=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 87 (34.38% from 255 or 19.33% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB157 is #454EA8. Grayscale: #A9A9A9. Windows color (decimal): -4542121 or 5747130. OLE color: 5747130.

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

Color convert

RGB18617787-
CMYK00.050.530.27
HSL54.55º41.77%53.53%-
HSV(B)54.55º53.23%72.94%-
XYZ37.6942.5715.25-
YUV169.4381.48139.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 177 (69.53% from 255) = 39.33%
BLUE value IS 87 (34.38% from 255) = 19.33%
R=41.33%
G=39.33%
B=19.33%

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
Decimal1861778700.050.530.2754.5541.7753.53
HexBAB15705351B372a36
Octal272261127056533675266
Binary10111010101100011010111010111010111011110111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB157; }

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

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

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

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

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

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

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

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