#BABD57

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

Shades of Olive Green #BABD57

Tints of Olive Green #BABD57

Color information

#BABD57 (or 0xBABD57) is unknown color: approx Olive Green. HEX triplet: BA, BD and 57. RGB value is (186,189,87). Sum of RGB (Red+Green+Blue) = 186+189+87=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 87 (34.38% from 255 or 18.83% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD57 is #4542A8. Grayscale: #B0B0B0. Windows color (decimal): -4539049 or 5750202. OLE color: 5750202.

HSL color Cylindrical-coordinate representation of color #BABD57: hue angle of 61.76º 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 #BABD57 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB18618987-
CMYK0.0200.540.26
HSL61.76º43.59%54.12%-
HSV(B)61.76º53.97%74.12%-
XYZ40.1747.5216.07-
YUV176.4877.51134.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 189 (74.22% from 255) = 40.91%
BLUE value IS 87 (34.38% from 255) = 18.83%
R=40.26%
G=40.91%
B=18.83%

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
Decimal186189870.0200.540.2661.7643.5954.12
HexBABD5720361A3e2c36
Octal272275127206632765466
Binary1011101010111101101011110011011011010111110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD57; }

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

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

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

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

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

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

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

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