#BABD5A

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

Shades of Olive Green #BABD5A

Tints of Olive Green #BABD5A

Color information

#BABD5A (or 0xBABD5A) is unknown color: approx Olive Green. HEX triplet: BA, BD and 5A. RGB value is (186,189,90). Sum of RGB (Red+Green+Blue) = 186+189+90=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD5A is #4542A5. Grayscale: #B1B1B1. Windows color (decimal): -4539046 or 5946810. OLE color: 5946810.

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

Color convert

RGB18618990-
CMYK0.0200.520.26
HSL61.82º42.86%54.71%-
HSV(B)61.82º52.38%74.12%-
XYZ40.2947.5716.73-
YUV176.8279.01134.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 189 (74.22% from 255) = 40.65%
BLUE value IS 90 (35.55% from 255) = 19.35%
R=40%
G=40.65%
B=19.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186189900.0200.520.2661.8242.8654.71
HexBABD5A20341A3e2b37
Octal272275132206432765367
Binary1011101010111101101101010011010011010111110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD5A; }

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

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

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

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

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

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

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

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