#BAB558

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

Shades of Olive Green #BAB558

Tints of Olive Green #BAB558

Color information

#BAB558 (or 0xBAB558) is unknown color: approx Olive Green. HEX triplet: BA, B5 and 58. RGB value is (186,181,88). Sum of RGB (Red+Green+Blue) = 186+181+88=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB558 is #454AA7. Grayscale: #ACACAC. Windows color (decimal): -4541096 or 5813690. OLE color: 5813690.

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

Color convert

RGB18618188-
CMYK00.030.530.27
HSL56.94º41.53%53.73%-
HSV(B)56.94º52.69%72.94%-
XYZ38.5444.1915.73-
YUV171.8980.66138.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 181 (71.09% from 255) = 39.78%
BLUE value IS 88 (34.77% from 255) = 19.34%
R=40.88%
G=39.78%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861818800.030.530.2756.9441.5353.73
HexBAB55803351B392a36
Octal272265130036533715266
Binary1011101010110101101100001111010111011111001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB558; }

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

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

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

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

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

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

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

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