#BAB661

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

Shades of Olive Green #BAB661

Tints of Olive Green #BAB661

Color information

#BAB661 (or 0xBAB661) is unknown color: approx Olive Green. HEX triplet: BA, B6 and 61. RGB value is (186,182,97). Sum of RGB (Red+Green+Blue) = 186+182+97=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB661 is #45499E. Grayscale: #ADADAD. Windows color (decimal): -4540831 or 6403770. OLE color: 6403770.

HSL color Cylindrical-coordinate representation of color #BAB661: hue angle of 57.3º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAB661 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18618297-
CMYK00.020.480.27
HSL57.3º39.21%55.49%-
HSV(B)57.3º47.85%72.94%-
XYZ39.1444.7617.89-
YUV173.5184.83136.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 182 (71.48% from 255) = 39.14%
BLUE value IS 97 (38.28% from 255) = 20.86%
R=40%
G=39.14%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861829700.020.480.2757.339.2155.49
HexBAB66102301B392737
Octal272266141026033714767
Binary1011101010110110110000101011000011011111001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB661; }

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

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

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

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

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

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

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

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