#BAB751

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

Shades of Olive Green #BAB751

Tints of Olive Green #BAB751

Color information

#BAB751 (or 0xBAB751) is unknown color: approx Olive Green. HEX triplet: BA, B7 and 51. RGB value is (186,183,81). Sum of RGB (Red+Green+Blue) = 186+183+81=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 81 (32.03% from 255 or 18% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB751 is #4548AE. Grayscale: #ACACAC. Windows color (decimal): -4540591 or 5355450. OLE color: 5355450.

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

Color convert

RGB18618381-
CMYK00.020.560.27
HSL58.29º43.21%52.35%-
HSV(B)58.29º56.45%72.94%-
XYZ38.6744.914.41-
YUV172.2776.49137.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 183 (71.88% from 255) = 40.67%
BLUE value IS 81 (32.03% from 255) = 18%
R=41.33%
G=40.67%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861838100.020.560.2758.2943.2152.35
HexBAB75102381B3a2b34
Octal272267121027033725364
Binary1011101010110111101000101011100011011111010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB751; }

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

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

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

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

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

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

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

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