#BAB461

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

Shades of Olive Green #BAB461

Tints of Olive Green #BAB461

Color information

#BAB461 (or 0xBAB461) is unknown color: approx Olive Green. HEX triplet: BA, B4 and 61. RGB value is (186,180,97). Sum of RGB (Red+Green+Blue) = 186+180+97=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB461 is #454B9E. Grayscale: #ACACAC. Windows color (decimal): -4541343 or 6403258. OLE color: 6403258.

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

Color convert

RGB18618097-
CMYK00.030.480.27
HSL55.96º39.21%55.49%-
HSV(B)55.96º47.85%72.94%-
XYZ38.7343.9417.75-
YUV172.3385.49137.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 97 (38.28% from 255) = 20.95%
R=40.17%
G=38.88%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861809700.030.480.2755.9639.2155.49
HexBAB46103301B382737
Octal272264141036033704767
Binary1011101010110100110000101111000011011111000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB461; }

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

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

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

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

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

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

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

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