#BAB04F

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

Shades of Olive Green #BAB04F

Tints of Olive Green #BAB04F

Color information

#BAB04F (or 0xBAB04F) is unknown color: approx Olive Green. HEX triplet: BA, B0 and 4F. RGB value is (186,176,79). Sum of RGB (Red+Green+Blue) = 186+176+79=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB04F is #454FB0. Grayscale: #A8A8A8. Windows color (decimal): -4542385 or 5222586. OLE color: 5222586.

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

Color convert

RGB18617679-
CMYK00.050.580.27
HSL54.39º43.67%51.96%-
HSV(B)54.39º57.53%72.94%-
XYZ37.1942.0513.55-
YUV167.9377.81140.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 176 (69.14% from 255) = 39.91%
BLUE value IS 79 (31.25% from 255) = 17.91%
R=42.18%
G=39.91%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861767900.050.580.2754.3943.6751.96
HexBAB04F053A1B362c34
Octal272260117057233665464
Binary10111010101100001001111010111101011011110110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB04F; }

 p { color: rgb(186,176,79); }

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

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

 a { background-color: rgb(186,176,79); }

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

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

 span { border-color: rgb(186,176,79); }

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