#BABD56

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

Shades of Olive Green #BABD56

Tints of Olive Green #BABD56

Color information

#BABD56 (or 0xBABD56) is unknown color: approx Olive Green. HEX triplet: BA, BD and 56. RGB value is (186,189,86). Sum of RGB (Red+Green+Blue) = 186+189+86=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD56 is #4542A9. Grayscale: #B0B0B0. Windows color (decimal): -4539050 or 5684666. OLE color: 5684666.

HSL color Cylindrical-coordinate representation of color #BABD56: hue angle of 61.75º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BABD56 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB18618986-
CMYK0.0200.540.26
HSL61.75º43.83%53.92%-
HSV(B)61.75º54.5%74.12%-
XYZ40.1347.5115.86-
YUV176.3677.01134.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 189 (74.22% from 255) = 41.00%
BLUE value IS 86 (33.98% from 255) = 18.66%
R=40.35%
G=41.00%
B=18.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186189860.0200.540.2661.7543.8353.92
HexBABD5620361A3e2c36
Octal272275126206632765466
Binary1011101010111101101011010011011011010111110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD56; }

 p { color: rgb(186,189,86); }

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

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

 a { background-color: rgb(186,189,86); }

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

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

 span { border-color: rgb(186,189,86); }

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