#BAB85F

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

Shades of Olive Green #BAB85F

Tints of Olive Green #BAB85F

Color information

#BAB85F (or 0xBAB85F) is unknown color: approx Olive Green. HEX triplet: BA, B8 and 5F. RGB value is (186,184,95). Sum of RGB (Red+Green+Blue) = 186+184+95=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB85F is #4547A0. Grayscale: #AEAEAE. Windows color (decimal): -4540321 or 6273210. OLE color: 6273210.

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

Color convert

RGB18618495-
CMYK00.010.490.27
HSL58.68º39.74%55.1%-
HSV(B)58.68º48.92%72.94%-
XYZ39.4645.5517.54-
YUV174.4583.16136.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 184 (72.27% from 255) = 39.57%
BLUE value IS 95 (37.5% from 255) = 20.43%
R=40%
G=39.57%
B=20.43%

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
Decimal1861849500.010.490.2758.6839.7455.1
HexBAB85F01311B3b2837
Octal272270137016133735067
Binary101110101011100010111110111000111011111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB85F; }

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

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

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

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

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

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

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

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