#BAB761

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

Shades of Olive Green #BAB761

Tints of Olive Green #BAB761

Color information

#BAB761 (or 0xBAB761) is unknown color: approx Olive Green. HEX triplet: BA, B7 and 61. RGB value is (186,183,97). Sum of RGB (Red+Green+Blue) = 186+183+97=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB761 is #45489E. Grayscale: #AEAEAE. Windows color (decimal): -4540575 or 6404026. OLE color: 6404026.

HSL color Cylindrical-coordinate representation of color #BAB761: hue angle of 57.98º 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 #BAB761 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18618397-
CMYK00.020.480.27
HSL57.98º39.21%55.49%-
HSV(B)57.98º47.85%72.94%-
XYZ39.3445.1717.95-
YUV174.0984.49136.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 97 (38.28% from 255) = 20.82%
R=39.91%
G=39.27%
B=20.82%

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
Decimal1861839700.020.480.2757.9839.2155.49
HexBAB76102301B3a2737
Octal272267141026033724767
Binary1011101010110111110000101011000011011111010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB761; }

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

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

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

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

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

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

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

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