#BAB154

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

Shades of Olive Green #BAB154

Tints of Olive Green #BAB154

Color information

#BAB154 (or 0xBAB154) is unknown color: approx Olive Green. HEX triplet: BA, B1 and 54. RGB value is (186,177,84). Sum of RGB (Red+Green+Blue) = 186+177+84=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB154 is #454EAB. Grayscale: #A9A9A9. Windows color (decimal): -4542124 or 5550522. OLE color: 5550522.

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

Color convert

RGB18617784-
CMYK00.050.550.27
HSL54.71º42.5%52.94%-
HSV(B)54.71º54.84%72.94%-
XYZ37.5742.5214.62-
YUV169.0979.98140.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 177 (69.53% from 255) = 39.60%
BLUE value IS 84 (33.20% from 255) = 18.79%
R=41.61%
G=39.60%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861778400.050.550.2754.7142.552.94
HexBAB15405371B372a35
Octal272261124056733675265
Binary10111010101100011010100010111011111011110111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB154; }

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

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

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

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

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

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

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

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