#BAC59F

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

Shades of Sprout #BAC59F

Tints of Sprout #BAC59F

Color information

#BAC59F (or 0xBAC59F) is unknown color: approx Sprout. HEX triplet: BA, C5 and 9F. RGB value is (186,197,159). Sum of RGB (Red+Green+Blue) = 186+197+159=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC59F is #453A60. Grayscale: #BDBDBD. Windows color (decimal): -4536929 or 10470842. OLE color: 10470842.

HSL color Cylindrical-coordinate representation of color #BAC59F: hue angle of 77.37º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAC59F is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB186197159-
CMYK0.0600.190.23
HSL77.37º24.68%69.8%-
HSV(B)77.37º19.29%77.25%-
XYZ46.4752.8740.56-
YUV189.38110.86125.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 197 (77.34% from 255) = 36.35%
BLUE value IS 159 (62.5% from 255) = 29.34%
R=34.32%
G=36.35%
B=29.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971590.0600.190.2377.3724.6869.8
HexBAC59F6013174d1946
Octal27230523760232711531106
Binary101110101100010110011111110010011101111001101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC59F; }

 p { color: rgb(186,197,159); }

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

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

 a { background-color: rgb(186,197,159); }

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

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

 span { border-color: rgb(186,197,159); }

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