#BAB850

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

Shades of Olive Green #BAB850

Tints of Olive Green #BAB850

Color information

#BAB850 (or 0xBAB850) is unknown color: approx Olive Green. HEX triplet: BA, B8 and 50. RGB value is (186,184,80). Sum of RGB (Red+Green+Blue) = 186+184+80=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB850 is #4547AF. Grayscale: #ADADAD. Windows color (decimal): -4540336 or 5290170. OLE color: 5290170.

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

Color convert

RGB18618480-
CMYK00.010.570.27
HSL58.87º43.44%52.16%-
HSV(B)58.87º56.99%72.94%-
XYZ38.8445.314.29-
YUV172.7475.66137.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 184 (72.27% from 255) = 40.89%
BLUE value IS 80 (31.64% from 255) = 17.78%
R=41.33%
G=40.89%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861848000.010.570.2758.8743.4452.16
HexBAB85001391B3b2b34
Octal272270120017133735364
Binary101110101011100010100000111100111011111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB850; }

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

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

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

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

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

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

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

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