#BABD61

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

Shades of Olive Green #BABD61

Tints of Olive Green #BABD61

Color information

#BABD61 (or 0xBABD61) is unknown color: approx Olive Green. HEX triplet: BA, BD and 61. RGB value is (186,189,97). Sum of RGB (Red+Green+Blue) = 186+189+97=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD61 is #45429E. Grayscale: #B1B1B1. Windows color (decimal): -4539039 or 6405562. OLE color: 6405562.

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

Color convert

RGB18618997-
CMYK0.0200.490.26
HSL61.96º41.07%56.08%-
HSV(B)61.96º48.68%74.12%-
XYZ40.647.718.38-
YUV177.6182.51133.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 97 (38.28% from 255) = 20.55%
R=39.41%
G=40.04%
B=20.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186189970.0200.490.2661.9641.0756.08
HexBABD6120311A3e2938
Octal272275141206132765170
Binary1011101010111101110000110011000111010111110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD61; }

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

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

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

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

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

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

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

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