#BAB551

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

Shades of Olive Green #BAB551

Tints of Olive Green #BAB551

Color information

#BAB551 (or 0xBAB551) is unknown color: approx Olive Green. HEX triplet: BA, B5 and 51. RGB value is (186,181,81). Sum of RGB (Red+Green+Blue) = 186+181+81=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB551 is #454AAE. Grayscale: #ABABAB. Windows color (decimal): -4541103 or 5354938. OLE color: 5354938.

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

Color convert

RGB18618181-
CMYK00.030.560.27
HSL57.14º43.21%52.35%-
HSV(B)57.14º56.45%72.94%-
XYZ38.2644.0814.28-
YUV171.177.16138.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 181 (71.09% from 255) = 40.40%
BLUE value IS 81 (32.03% from 255) = 18.08%
R=41.52%
G=40.40%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861818100.030.560.2757.1443.2152.35
HexBAB55103381B392b34
Octal272265121037033715364
Binary1011101010110101101000101111100011011111001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB551; }

 p { color: rgb(186,181,81); }

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

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

 a { background-color: rgb(186,181,81); }

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

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

 span { border-color: rgb(186,181,81); }

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