#BAB150

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

Shades of Olive Green #BAB150

Tints of Olive Green #BAB150

Color information

#BAB150 (or 0xBAB150) is unknown color: approx Olive Green. HEX triplet: BA, B1 and 50. RGB value is (186,177,80). Sum of RGB (Red+Green+Blue) = 186+177+80=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB150 is #454EAF. Grayscale: #A9A9A9. Windows color (decimal): -4542128 or 5288378. OLE color: 5288378.

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

Color convert

RGB18617780-
CMYK00.050.570.27
HSL54.91º43.44%52.16%-
HSV(B)54.91º56.99%72.94%-
XYZ37.4242.4613.81-
YUV168.6377.98140.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 177 (69.53% from 255) = 39.95%
BLUE value IS 80 (31.64% from 255) = 18.06%
R=41.99%
G=39.95%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861778000.050.570.2754.9143.4452.16
HexBAB15005391B372b34
Octal272261120057133675364
Binary10111010101100011010000010111100111011110111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB150; }

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

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

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

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

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

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

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

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