#BAB85E

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

Shades of Olive Green #BAB85E

Tints of Olive Green #BAB85E

Color information

#BAB85E (or 0xBAB85E) is unknown color: approx Olive Green. HEX triplet: BA, B8 and 5E. RGB value is (186,184,94). Sum of RGB (Red+Green+Blue) = 186+184+94=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB85E is #4547A1. Grayscale: #AEAEAE. Windows color (decimal): -4540322 or 6207674. OLE color: 6207674.

HSL color Cylindrical-coordinate representation of color #BAB85E: hue angle of 58.7º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAB85E is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18618494-
CMYK00.010.490.27
HSL58.7º40%54.9%-
HSV(B)58.7º49.46%72.94%-
XYZ39.4145.5317.3-
YUV174.3482.66136.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 184 (72.27% from 255) = 39.66%
BLUE value IS 94 (37.11% from 255) = 20.26%
R=40.09%
G=39.66%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861849400.010.490.2758.74054.9
HexBAB85E01311B3b2837
Octal272270136016133735067
Binary101110101011100010111100111000111011111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB85E; }

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

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

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

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

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

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

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

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