#BABD5D

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

Shades of Olive Green #BABD5D

Tints of Olive Green #BABD5D

Color information

#BABD5D (or 0xBABD5D) is unknown color: approx Olive Green. HEX triplet: BA, BD and 5D. RGB value is (186,189,93). Sum of RGB (Red+Green+Blue) = 186+189+93=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD5D is #4542A2. Grayscale: #B1B1B1. Windows color (decimal): -4539043 or 6143418. OLE color: 6143418.

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

Color convert

RGB18618993-
CMYK0.0200.510.26
HSL61.88º42.11%55.29%-
HSV(B)61.88º50.79%74.12%-
XYZ40.4247.6217.42-
YUV177.1680.51134.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 189 (74.22% from 255) = 40.38%
BLUE value IS 93 (36.72% from 255) = 19.87%
R=39.74%
G=40.38%
B=19.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186189930.0200.510.2661.8842.1155.29
HexBABD5D20331A3e2a37
Octal272275135206332765267
Binary1011101010111101101110110011001111010111110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD5D; }

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

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

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

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

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

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

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

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