#BAB155

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

Shades of Olive Green #BAB155

Tints of Olive Green #BAB155

Color information

#BAB155 (or 0xBAB155) is unknown color: approx Olive Green. HEX triplet: BA, B1 and 55. RGB value is (186,177,85). Sum of RGB (Red+Green+Blue) = 186+177+85=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB155 is #454EAA. Grayscale: #A9A9A9. Windows color (decimal): -4542123 or 5616058. OLE color: 5616058.

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

Color convert

RGB18617785-
CMYK00.050.540.27
HSL54.65º42.26%53.14%-
HSV(B)54.65º54.3%72.94%-
XYZ37.6142.5414.82-
YUV169.280.48139.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 177 (69.53% from 255) = 39.51%
BLUE value IS 85 (33.59% from 255) = 18.97%
R=41.52%
G=39.51%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861778500.050.540.2754.6542.2653.14
HexBAB15505361B372a35
Octal272261125056633675265
Binary10111010101100011010101010111011011011110111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB155; }

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

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

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

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

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

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

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

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