#BABD58

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

Shades of Olive Green #BABD58

Tints of Olive Green #BABD58

Color information

#BABD58 (or 0xBABD58) is unknown color: approx Olive Green. HEX triplet: BA, BD and 58. RGB value is (186,189,88). Sum of RGB (Red+Green+Blue) = 186+189+88=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD58 is #4542A7. Grayscale: #B0B0B0. Windows color (decimal): -4539048 or 5815738. OLE color: 5815738.

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

Color convert

RGB18618988-
CMYK0.0200.530.26
HSL61.78º43.35%54.31%-
HSV(B)61.78º53.44%74.12%-
XYZ40.2147.5416.29-
YUV176.5978.01134.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 189 (74.22% from 255) = 40.82%
BLUE value IS 88 (34.77% from 255) = 19.01%
R=40.17%
G=40.82%
B=19.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186189880.0200.530.2661.7843.3554.31
HexBABD5820351A3e2b36
Octal272275130206532765366
Binary1011101010111101101100010011010111010111110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD58; }

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

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

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

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

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

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

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

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