#BAB050

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

Shades of Olive Green #BAB050

Tints of Olive Green #BAB050

Color information

#BAB050 (or 0xBAB050) is unknown color: approx Olive Green. HEX triplet: BA, B0 and 50. RGB value is (186,176,80). Sum of RGB (Red+Green+Blue) = 186+176+80=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB050 is #454FAF. Grayscale: #A8A8A8. Windows color (decimal): -4542384 or 5288122. OLE color: 5288122.

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

Color convert

RGB18617680-
CMYK00.050.570.27
HSL54.34º43.44%52.16%-
HSV(B)54.34º56.99%72.94%-
XYZ37.2242.0713.75-
YUV168.0578.31140.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 176 (69.14% from 255) = 39.82%
BLUE value IS 80 (31.64% from 255) = 18.10%
R=42.08%
G=39.82%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861768000.050.570.2754.3443.4452.16
HexBAB05005391B362b34
Octal272260120057133665364
Binary10111010101100001010000010111100111011110110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB050; }

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

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

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

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

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

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

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

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